px0/wisp-compiler

Compile wisp expressions to JavaScript in your Clojure project!

Leiningen/Boot

[px0/wisp-compiler "0.2.2"]

Clojure CLI/deps.edn

px0/wisp-compiler {:mvn/version "0.2.2"}

Gradle

implementation("px0:wisp-compiler:0.2.2")

Maven

<dependency>
  <groupId>px0</groupId>
  <artifactId>wisp-compiler</artifactId>
  <version>0.2.2</version>
</dependency>