Registry / build-tool / scalalib-native0-4-0-m2-2-11

scalalib-native0-4-0-m2-2-11

JSON →
library0.4.0-M2javamavenunverified

Scala Native scalalib provides the standard Scala library compiled for Scala Native, enabling native compilation of Scala code for Scala 2.11.

<dependency> <groupId>org.scala-native</groupId> <artifactId>scalalib_native0.4.0-M2_2.11</artifactId> <version>0.4.0-M2</version> </dependency>
INSTALL
IMPORT
SIG · SCALALIB-NATIVE0-4
S
scalalib-native0-4-0-m2-2-11
build-tooljavav0.4.0-M2
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

Demonstrates using Scala Native runtime GC in a Scala application.

import scala.scalanative.runtime.GC object Main { def main(args: Array[String]): Unit = { GC.addRoot(this) println("Hello, Scala Native!") } }
Debug
Known issues
gotchaThis version is a milestone (M2) and may have stability issues; not recommended for production.
fix
Use a stable release like 0.4.0 or later.
affects: 0.4.0-M2
Upgrade
Version history
0.4.0-M2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
2
Resources
scalalib-native0-4-0-m2-2-11 — mvn dependency:get scalalib-native0-4-0-m2-2-11 · libregistry