#
scala-native
Here are 104 public repositories matching this topic...
xuwei-k
commented
Jan 23, 2022
official documentation say follows
libraryDependencies += "org.scala-native" %%% "junit-runtime" % |release|
addCompilerPlugin("org.scala-native" % "junit-plugin" % |release| cross CrossVersion.full)but this add Compile scope dependency
Pure Scala Artifact Fetching
-
Updated
Feb 1, 2022 - Scala
Use the world of Python from the comfort of Scala!
-
Updated
Jan 31, 2022 - Scala
property based testing library for Scala
testing
scala
prng
scalaz
scalaprops
property-based-testing
scala-js
mersenne-twister
dotty
scala3
scala-native
-
Updated
Feb 1, 2022 - Scala
Build tool for Scala projects
-
Updated
Dec 11, 2020 - Scala
Compilation of Scala Native resources and libraries
-
Updated
Oct 27, 2021
Cross-platform compilation support for sbt.
-
Updated
Jul 3, 2021 - Scala
Scala library for cross-platform 2D game development
-
Updated
Jan 31, 2021 - Scala
Functional HTML5 and XML library for the Scala platform
-
Updated
Dec 10, 2020 - Scala
RTree2D is a 2D immutable R-tree for ultra-fast nearest and intersection queries in plane and spherical coordinates
scala
high-performance
spatial-index
str
scala-js
scala-native
2d
rtree
sort-tile-recursive
geo-index
str-packing
-
Updated
Feb 1, 2022 - Scala
Routing library for the Scala platform
-
Updated
Jan 25, 2021 - Scala
Giter8 template for a minimal project that uses Scala Native.
-
Updated
Dec 8, 2021 - Scala
Scala Native HTTP server based on NGINX Unit
-
Updated
Jan 26, 2022 - Scala
Compile-time JSON marshaling and abstraction for Scala, Scala Native and Scala.js
-
Updated
Jan 17, 2022 - Scala
A Typesafe-logging (and slf4j) compatible logging library based on macros for Scala/JVM, Scala.js, and Scala Native
-
Updated
Sep 17, 2020 - Scala
Build integrator for Java, Scala, Scala.macro, Scala.js, Scala.native, Eclipse and Maven.
-
Updated
May 2, 2019 - Scala
typeclass based functional msgpack serializer/deserializer for Scala. support scala.js and scala-native / msgpack.org[Scala]
-
Updated
Feb 1, 2022 - Scala
OpenGL and SDL2 bindings for Scala Native
-
Updated
Feb 21, 2021 - Scala
immutable primitive array/NonEmptyArray wrapper for Scala
-
Updated
Feb 1, 2022 - Scala
Scala Native support for the TensorFlow C API on Linux and macOS
-
Updated
Feb 1, 2022 - Scala
Scala Native BLAS (Basic Linear Algebra Subprograms) supporting Linux and macOS
-
Updated
Feb 1, 2022 - Scala
TOML parser with codec derivation for the Scala platform
-
Updated
Sep 1, 2021 - Scala
A colorful ls command, with awesome icons.
-
Updated
Feb 1, 2022 - Scala
Improve this page
Add a description, image, and links to the scala-native topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scala-native topic, visit your repo's landing page and select "manage topics."


I just came across the fact that a
Show[Throwable]exists.import Scalaz._, one needs toimport scalaz.std.java.throwable._What's going on with this? :D
Is it OK if I fix both of these (for 7.2 and 7.3)?