Source: sbt-template-resolver
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Frédéric Bonnard <frediz@linux.vnet.ibm.com>
Build-Depends: debhelper (>= 10), default-jdk, javahelper, maven-repo-helper
Standards-Version: 3.9.8
Homepage: https://github.com/sbt/template-resolver

Package: libsbt-template-resolver-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: Sbt template resolver
 This is a contract interface for template resolver.
 A template resolver is a partial function that looks at the arguments after
 sbt new and determines whether it can resolve to a particular template.
 .
 Sbt is a build tool for Scala, Java, and more.
