tarantella

A Clojure implementation of Knuth's Dancing Links algorithm

Leiningen/Boot

[tarantella "1.0.1"]

Clojure CLI/deps.edn

tarantella/tarantella {:mvn/version "1.0.1"}

Gradle

implementation("tarantella:tarantella:1.0.1")

Maven

<dependency>
  <groupId>tarantella</groupId>
  <artifactId>tarantella</artifactId>
  <version>1.0.1</version>
</dependency>