chlorine/repl

Running Chlorine REPLs over nREPL.

Leiningen/Boot

[chlorine/repl "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

chlorine/repl {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("chlorine:repl:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>chlorine</groupId>
  <artifactId>repl</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>