restarts

A simple Common Lisp style restart library for Clojure.

Leiningen/Boot

[restarts "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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