tarantella

A Clojure implementation of Knuth's Dancing Links algorithm

Leiningen/Boot

[tarantella "1.1.1"]

Clojure CLI/deps.edn

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

Gradle

implementation("tarantella:tarantella:1.1.1")

Maven

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