net.willcohen/native

Helper utilities for using native libraries and FFI in the Clojure and Squint (ClojureScript) ecosystems.

Leiningen/Boot

[net.willcohen/native "0.0.1"]

Clojure CLI/deps.edn

net.willcohen/native {:mvn/version "0.0.1"}

Gradle

implementation("net.willcohen:native:0.0.1")

Maven

<dependency>
  <groupId>net.willcohen</groupId>
  <artifactId>native</artifactId>
  <version>0.0.1</version>
</dependency>