tarantella

A Clojure implementation of Knuth's Dancing Links algorithm

Leiningen/Boot

[tarantella "1.1.0"]

Clojure CLI/deps.edn

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

Gradle

implementation("tarantella:tarantella:1.1.0")

Maven

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