clope

Byte ropes for clojure and clojurescript.

Leiningen/Boot

[clope "1"]

Clojure CLI/deps.edn

clope/clope {:mvn/version "1"}

Gradle

implementation("clope:clope:1")

Maven

<dependency>
  <groupId>clope</groupId>
  <artifactId>clope</artifactId>
  <version>1</version>
</dependency>