Source: stencil-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.6),
 libscout-clojure (>= 0.1.0),
 libquoin-clojure (>= 0.1.2)
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-clojure/stencil-clojure.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-clojure/stencil-clojure.git
Homepage: https://github.com/davidsantiago/stencil

Package: libstencil-clojure
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: Fast, compliant implementation of Mustache in Clojure
 Stencil is a Clojure implementation of Mustache, a template system.
 Mustache lacks of control flow statements such as if/else conditionals
 or for loops; it instead features section tag processing lists and
 lambdas. Mustache also enforces a strong separation of logic from
 presentation.
