ruiyun/clj-native

Simplify usage of native libs from Clojure. Uses JNA. Forked from bagucode/clj-native.

Leiningen/Boot

[ruiyun/clj-native "0.9.3-SNAPSHOT"]

Clojure CLI/deps.edn

ruiyun/clj-native {:mvn/version "0.9.3-SNAPSHOT"}

Gradle

implementation("ruiyun:clj-native:0.9.3-SNAPSHOT")

Maven

<dependency>
  <groupId>ruiyun</groupId>
  <artifactId>clj-native</artifactId>
  <version>0.9.3-SNAPSHOT</version>
</dependency>