profit

Micro-library to help debug Clojure programs

Leiningen/Boot

[profit "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

profit/profit {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("profit:profit:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>profit</groupId>
  <artifactId>profit</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>