Source: instaparse-clojure Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Apollon Oikonomopoulos Build-Depends: debhelper (>= 10), javahelper (>= 0.32), maven-repo-helper (>= 1.7), clojure (>= 1.8), libtext-markdown-perl | markdown, default-jdk Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/instaparse-clojure.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/instaparse-clojure.git Homepage: https://github.com/Engelberg/instaparse Package: libinstaparse-clojure Architecture: all Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Description: simple way to build parsers in Clojure Instaparse aims to be the simplest way to build parsers in Clojure. It Turns standard EBNF or ABNF notation for context-free grammars into an executable parser that takes a string as an input and produces a parse tree for that string.