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 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: unity-java
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-exec,
javahelper,
junit4
Build-Depends-Indep: default-jdk,
default-jdk-doc
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian-astro-team/unity-java
Vcs-Git: https://salsa.debian.org/debian-astro-team/unity-java.git
Homepage: https://purl.org/nxg/dist/unity
Rules-Requires-Root: no
Package: libunity-java
Architecture: all
Multi-Arch: foreign
Depends: ${java:Depends},
${misc:Depends}
Description: Parse scientific unit specifications with Java
This is the unity library, which is able to parse scientific unit
specifications using a variety of syntaxes. It is not a goal for this
library to do any processing of the resulting units, such as unit
conversion or arithmetic.
Package: libunity-java-doc
Multi-Arch: foreign
Section: doc
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Suggests: libunity-java
Description: Parse scientific unit specifications with Java (javadocs)
This is the unity library, which is able to parse scientific unit
specifications using a variety of syntaxes. It is not a goal for this
library to do any processing of the resulting units, such as unit
conversion or arithmetic.
.
This package contains the JavaDoc documentation of the package.
|