Registry / other / scalalib-native0-4-2-12

scalalib-native0-4-2-12

JSON →
library0.4.17javamavenunverified

Standard library for Scala Native, enabling compilation of Scala code to native executables.

<dependency> <groupId>org.scala-native</groupId> <artifactId>scalalib_native0.4_2.12</artifactId> <version>0.4.17</version> </dependency>
INSTALL
IMPORT
SIG · SCALALIB-NATIVE0-4
S
scalalib-native0-4-2-12
otherjavav0.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.

GC
scala.scalanative.runtime.GC

Adds a garbage collection root using Scala Native runtime.

import scala.scalanative.runtime.GC; public class Example { public static void main(String[] args) { GC.addRoot(new Object()); System.out.println("GC root added"); } }
Debug
Known issues
breakingScala Native 0.4.x has breaking changes from 0.3.x, including different GC and linking behavior.
fix
Refer to Scala Native 0.4 migration guide when upgrading from 0.3.
affects: >=0.4.0
Upgrade
Version history
0.4.17latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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