t

truffle-nfi-native-darwin-aarch64

Contains the NFI headers, and the native library needed by the libffi NFI backend.
http://openjdk.java.net/projects/graal
Universal Permissive License, Version 1.0
GraalVM Development
Files download
File Operation
truffle-nfi-native-darwin-aarch64-24.0.1.pom download
Apache Maven
<dependency>
  <groupId>org.graalvm.truffle</groupId>
  <artifactId>truffle-nfi-native-darwin-aarch64</artifactId>
  <version>24.0.1</version>
  <type>tar.gz</type>
</dependency>
Gradle Groovy
implementation 'org.graalvm.truffle:truffle-nfi-native-darwin-aarch64:24.0.1'
Gradle Kotlin
implementation("org.graalvm.truffle:truffle-nfi-native-darwin-aarch64:24.0.1")
Scala SBT
libraryDependencies += "org.graalvm.truffle" % "truffle-nfi-native-darwin-aarch64" % "24.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.graalvm.truffle', module='truffle-nfi-native-darwin-aarch64', version='24.0.1')
)
Apache Ivy
<dependency org="org.graalvm.truffle" name="truffle-nfi-native-darwin-aarch64" rev="24.0.1" />
Leiningen
[org.graalvm.truffle/truffle-nfi-native-darwin-aarch64 "24.0.1"]
Apache Buildr
'org.graalvm.truffle:truffle-nfi-native-darwin-aarch64:jar:24.0.1'
Dependencies
The project has no third-party dependencies