File: control

package info (click to toggle)
sbt-test-interface 1.0%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 280 kB
  • sloc: java: 369; xml: 49; makefile: 6
file content (23 lines) | stat: -rw-r--r-- 854 bytes parent folder | download
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-test-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 (>= 11),
 default-jdk,
 maven-repo-helper
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/sbt-test-interface.git
Vcs-Browser: https://salsa.debian.org/java-team/sbt-test-interface
Homepage: http://www.scala-sbt.org

Package: libsbt-test-interface-java
Architecture: all
Depends: ${misc:Depends}
Description: Sbt test interface
 Uniform test interface to Scala test frameworks (specs, ScalaCheck, ScalaTest)
 For test framework authors, the interfaces to implement are: Framework,
 Runner2, Fingerprint (one of SubclassFingerprint or AnnotatedFingerprint)
 .
 Sbt is a build tool for Scala, Java, and more.