1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
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 (>= 11),
default-jdk,
maven-repo-helper
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/sbt-template-resolver.git
Vcs-Browser: https://salsa.debian.org/java-team/sbt-template-resolver
Homepage: https://github.com/sbt/template-resolver
Package: libsbt-template-resolver-java
Architecture: all
Depends: ${misc:Depends}
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.
|