the/parsatron

Clojure parser combinators

Leiningen/Boot

[the/parsatron "0.0.5"]

Clojure CLI/deps.edn

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

Gradle

implementation("the:parsatron:0.0.5")

Maven

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