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 29
|
Source: timingframework
Section: java
Priority: optional
Maintainer: Andrew Ross <ubuntu@rossfamily.co.uk>
Build-Depends: debhelper (>= 7), javahelper (>=0.25)
Build-Depends-Indep: default-jdk
Standards-Version: 3.9.1
Vcs-Git: https://salsa.debian.org/java-team/timingframework.git
Vcs-Browser: https://salsa.debian.org/java-team/timingframework
Homepage: https://timingframework.dev.java.net/
Package: libtimingframework-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: A Java framework for timing and animations
The code serves as a tutorial on how to use timers, as well as a
framework for doing more powerful things with timers.
Package: libtimingframework-java-doc
Section: doc
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: A Java framework for timing and animations (documentation)
The code serves as a tutorial on how to use timers, as well as a
framework for doing more powerful things with timers.
.
This package contains the documentation.
|