Registry / utility / scala3lib-native0-4-3

scala3lib-native0-4-3

JSON →
library0.4.17javamavenunverified

Scala 3 standard library compiled for Scala Native, enabling Scala code to run as native binaries.

<dependency> <groupId>org.scala-native</groupId> <artifactId>scala3lib_native0.4_3</artifactId> <version>0.4.17</version> </dependency>
INSTALL
IMPORT
SIG · SCALA3LIB-NATIVE0-
S
scala3lib-native0-4-3
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

Allocates a native memory pointer using Scala Native unsafe operations.

import scala.scalanative.unsafe._ object Example { def main(args: Array[String]): Unit = { val ptr: Ptr[Byte] = stackalloc[Byte](10) println(s"Allocated pointer: $ptr") } }
Debug
Known issues
breakingScala Native 0.4.x is experimental; APIs may change.
fix
Use stable versions for production; check compatibility with Scala 3.
affects: 0.4.x
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
scala3lib-native0-4-3 — mvn dependency:get scala3lib-native0-4-3 · libregistry