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 43 44 45 46 47 48 49 50 51 52 53
|
Source: starjava-votable
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: java
Priority: optional
Build-Depends: ant,
debhelper-compat (= 13),
dh-exec,
javahelper
Build-Depends-Indep: ant-optional,
default-jdk,
default-jdk-doc,
junit,
libaxis-java,
starlink-fits-java (>= 0.1+2022.04.12~),
starlink-table-java (>= 4.1.3~),
starlink-util-java (>= 1.0+2022.09.23~)
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/debian-astro-team/starjava-votable
Vcs-Git: https://salsa.debian.org/debian-astro-team/starjava-votable.git
Homepage: https://github.com/Starlink/starjava/tree/master/votable
Rules-Requires-Root: no
Package: starlink-votable-java
Architecture: all
Depends: starlink-fits-java (>= 0.1+2022.04.12~),
starlink-table-java (>= 4.1.3~),
starlink-util-java (>= 1.0+2022.09.23~),
${java:Depends},
${misc:Depends}
Breaks: starlink-ttools-java (<< 3.2.1~),
starlink-vo-java (<< 0.2+2020.06.10~)
Description: Classes for VOTable input and output
The VOTable format is an XML standard for the interchange of data
represented as a set of tables. In this context, a table is an
unordered set of rows, each of a uniform structure, as specified in
the table description (the table metadata). VOTable was designed to
be close to the FITS Binary Table format.
Package: starlink-votable-java-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Recommends: ${java:Recommends}
Description: Classes for VOTable input and output (javadoc)
The VOTable format is an XML standard for the interchange of data
represented as a set of tables. In this context, a table is an
unordered set of rows, each of a uniform structure, as specified in
the table description (the table metadata). VOTable was designed to
be close to the FITS Binary Table format.
.
This package contains the JavaDoc documentation of the package.
|