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

auxlib-native0-4-2-13

JSON →
library0.4.17javamavenunverified

Auxiliary library for Scala Native providing additional utilities and bindings.

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

Allocates a native pointer using Scala Native's unsafe API.

import scala.scalanative.unsafe._ object AuxLibExample { def main(args: Array[String]): Unit = { val ptr: Ptr[Byte] = stackalloc[Byte](10) println(s"Allocated pointer: $ptr") } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.17latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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