Registry / utility / auxlib-native0-4-3

auxlib-native0-4-3

JSON →
library0.4.17javamavenunverified

Auxiliary library for Scala Native providing low-level utilities and bindings.

<dependency> <groupId>org.scala-native</groupId> <artifactId>auxlib_native0.4_3</artifactId> <version>0.4.17</version> </dependency>
INSTALL
IMPORT
SIG · AUXLIB-NATIVE0-4-3
A
auxlib-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

Allocate a native pointer using auxlib

import scala.scalanative.unsafe._ object Example { def main(args: Array[String]): Unit = { val ptr: Ptr[Byte] = stackalloc[Byte]() println(s"Allocated pointer: $ptr") } }
Debug
Known issues
breakingVersion 0.4.17 is for Scala Native 0.4.x; incompatible with Scala Native 0.5.x.
fix
Use auxlib_native0.5_3 for Scala Native 0.5.x.
affects: >=0.4.0,<0.5.0
Upgrade
Version history
0.4.17latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
2
Resources
auxlib-native0-4-3 — mvn dependency:get auxlib-native0-4-3 · libregistry