Standard library for Scala Native, providing core functionality for compiling Scala code to native executables.
<dependency>
<groupId>org.scala-native</groupId>
<artifactId>scalalib_native0.4_2.13</artifactId>
<version>0.4.17</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates allocating and using a native pointer.
Ensure your build.sbt uses compatible versions: scalaVersion := "2.13.8" and nativeVersion := "0.4.17".
No dependency data recorded yet.