1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: sbt-launcher-interface
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-compat (= 13),
default-jdk,
ivy,
javahelper,
maven-repo-helper,
scala
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/java-team/sbt-launcher-interface.git
Vcs-Browser: https://salsa.debian.org/java-team/sbt-launcher-interface
Homepage: https://www.scala-sbt.org
Rules-Requires-Root: no
Package: libsbt-launcher-interface-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: Sbt launcher module
This project is the componetized sbt launcher. It can be used to launch many
Maven/Ivy deployed applications and utilities, and forms the basis of sbt,
activator and conscript's launching abilities.
.
Sbt is a build tool for Scala, Java, and more.
|