dhall-clj

Dhall compiler to and from Clojure

Leiningen/Boot

[dhall-clj "0.2.0"]

Clojure CLI/deps.edn

dhall-clj/dhall-clj {:mvn/version "0.2.0"}

Gradle

implementation("dhall-clj:dhall-clj:0.2.0")

Maven

<dependency>
  <groupId>dhall-clj</groupId>
  <artifactId>dhall-clj</artifactId>
  <version>0.2.0</version>
</dependency>