cljs-exe

Run Clojurescript as a native binary

Leiningen/Boot

[cljs-exe "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

cljs-exe/cljs-exe {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("cljs-exe:cljs-exe:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>cljs-exe</groupId>
  <artifactId>cljs-exe</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>