update lists

This commit is contained in:
2025-07-18 22:22:32 +02:00
parent 55bed3b4a1
commit 5916c5c074
3078 changed files with 331679 additions and 357255 deletions

View File

@@ -19,6 +19,9 @@ limiting factor. For example, developers could write programs for the
command line or embedded devices.</p>
<h2 id="contents">Contents</h2>
<ul>
<li><a href="#awesome-scala-native-">Awesome Scala Native</a>
<ul>
<li><a href="#contents">Contents</a></li>
<li><a href="#tutorials-and-examples">Tutorials and Examples</a></li>
<li><a href="#build-tools">Build Tools</a></li>
<li><a href="#functional-programming">Functional Programming</a></li>
@@ -28,11 +31,14 @@ command line or embedded devices.</p>
Parsers</a></li>
<li><a href="#databases">Databases</a></li>
<li><a href="#web-development">Web Development</a></li>
<li><a href="#concurrency">Concurrency</a></li>
<li><a href="#logging">Logging</a></li>
<li><a href="#console">Console</a></li>
<li><a href="#robotics">Robotics</a></li>
<li><a href="#programs">Programs</a></li>
<li><a href="#infrastructure">Infrastructure</a></li>
<li><a href="#licence">Licence</a></li>
</ul></li>
</ul>
<h2 id="tutorials-and-examples">Tutorials and Examples</h2>
<ul>
@@ -213,8 +219,9 @@ HTML/XML construction and rendering.</li>
parsing, manipulation and rendering.</li>
<li><a href="https://github.com/MediaMath/scala-json">scala-json</a> -
JSON parser.</li>
<li><a href="https://com-lihaoyi.github.io/upickle/#uJson">uJson</a> -
fast, flexible and intuitive JSON for Scala</li>
<li><a href="https://github.com/com-lihaoyi/upickle">uPickle</a> -
uPickle: a simple, fast, dependency-free JSON &amp; Binary (MessagePack)
serialization library for Scala</li>
<li><a href="https://github.com/sparsetech/toml-scala">toml-scala</a> -
<a href="https://github.com/toml-lang/toml">TOML</a> parser with codec
derivation.</li>
@@ -238,8 +245,9 @@ templates.</li>
</ul>
<h2 id="databases">Databases</h2>
<ul>
<li><a href="https://github.com/jokade/scalanative-jdbc">JDBC</a> - Port
of the database access layer <a
<li><a
href="https://github.com/lolgab/scala-native-jdbc">scala-native-jdbc</a>
- Port of the database access layer <a
href="https://en.wikipedia.org/wiki/Java_Database_Connectivity">JDBC</a>
to Scala Native.</li>
<li><a href="https://github.com/david-bouyssie/sqlite4s">SQLite4S</a> -
@@ -248,6 +256,8 @@ href="https://bitbucket.org/almworks/sqlite4java">Sqlite4java</a>.
Includes bindings for the SQLite native library.</li>
<li><a href="https://github.com/david-bouyssie/libpq4s">libpq4s</a> -
Scala wrapper around the async PostgreSQL C library libpq.</li>
<li><a href="https://github.com/typelevel/skunk">skunk</a> - A data
access library for Scala + Postgres.</li>
</ul>
<h2 id="web-development">Web Development</h2>
<ul>
@@ -334,3 +344,6 @@ href="https://github.com/ScalaWilliam/scala-native-sbt-docker">scala-native-sbt-
work is licenced under a
<a rel="licence" href="http://creativecommons.org/licenses/by/4.0/">Creative
Commons Attribution 4.0 International Licence</a>.</p>
<p><a
href="https://github.com/tindzk/awesome-scala-native">scalanative.md
Github</a></p>