Source: parsley-clojure
Section: java
Priority: optional
Maintainer: Debian Clojure Maintainers <pkg-clojure-maintainers@lists.alioth.debian.org>
Uploaders: Elana Hashman <debian@hashman.ca>
Build-Depends:
 debhelper (>= 10),
 javahelper (>= 0.32),
 maven-repo-helper (>= 1.7),
 default-jdk,
 clojure (>= 1.5),
 libregex-clojure (>= 1.1.0)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-clojure/parsley-clojure.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-clojure/parsley-clojure.git
Homepage: https://github.com/cgrand/parsley

Package: libparsley-clojure
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: DSL for creating total and truly incremental parsers in Clojure
 Parsley can create parsers for custom grammars and yield parse-trees for any
 given input. The parsers generated by Parsley are a variant of LR parsers.
