the/parsatron

Clojure parser combinators

Leiningen/Boot

[the/parsatron "0.0.7"]

Clojure CLI/deps.edn

the/parsatron {:mvn/version "0.0.7"}

Gradle

implementation("the:parsatron:0.0.7")

Maven

<dependency>
  <groupId>the</groupId>
  <artifactId>parsatron</artifactId>
  <version>0.0.7</version>
</dependency>