thompson

Library for working with deterministic and non-deterministic finite state automata.

Leiningen/Boot

[thompson "0.1.0"]

Clojure CLI/deps.edn

thompson/thompson {:mvn/version "0.1.0"}

Gradle

implementation("thompson:thompson:0.1.0")

Maven

<dependency>
  <groupId>thompson</groupId>
  <artifactId>thompson</artifactId>
  <version>0.1.0</version>
</dependency>