the/parsatron

Clojure parser combinators

Leiningen/Boot

[the/parsatron "0.0.6"]

Clojure CLI/deps.edn

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

Gradle

implementation("the:parsatron:0.0.6")

Maven

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