Registry / utility / scalalib-native0-4-2-13

scalalib-native0-4-2-13

JSON →
library0.4.17javamavenunverified

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>
INSTALL
IMPORT
SIG · SCALALIB-NATIVE0-4
S
scalalib-native0-4-2-13
utilityjavav0.4.17
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Ptr
scala.scalanative.unsafe.Ptr

Demonstrates allocating and using a native pointer.

import scala.scalanative.unsafe._ val ptr: Ptr[Byte] = stackalloc[Byte]() !ptr = 42 println(!ptr)
Debug
Known issues
breakingScala Native versions must match the Scala version and platform (native0.4).
fix
Ensure your build.sbt uses compatible versions: scalaVersion := "2.13.8" and nativeVersion := "0.4.17".
affects: >=0.4.0
Upgrade
Version history
0.4.17latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
scalalib-native0-4-2-13 — mvn dependency:get scalalib-native0-4-2-13 · libregistry