org.clojars.nathell/clojure-jna

Dynamically load and use native C libs from Clojure using JNA

Leiningen/Boot

[org.clojars.nathell/clojure-jna "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

org.clojars.nathell/clojure-jna {:mvn/version "1.0.0-SNAPSHOT"}

Gradle

implementation("org.clojars.nathell:clojure-jna:1.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>org.clojars.nathell</groupId>
  <artifactId>clojure-jna</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.