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
|
Source: libfits-java
Section: java
Priority: optional
Maintainer: Debian Astronomy Maintainers <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Florian Rothmaier <frothmaier@lsw.uni-heidelberg.de>
Build-Depends: debhelper (>= 9), javahelper (>= 0.40), ant,
libfindbugs-java, libcommons-compress-java
Build-Depends-Indep: default-jdk, default-jdk-doc
Standards-Version: 3.9.8
Homepage: http://heasarc.gsfc.nasa.gov/docs/heasarc/fits/java/
Vcs-Git: https://anonscm.debian.org/cgit/debian-astro/packages/libfits-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-astro/packages/libfits-java.git
Package: libfits-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Suggests: libfits-java-doc
Description: Java library for the I/O handling of FITS files
FITS (Flexible Image Transport System) is the standard
data format in astronomy used for the transport, analysis,
and archival storage of scientific data sets.
.
This library provides efficient I/O for FITS images and
binary tables. All basic FITS formats and gzip compressed
files are supported.
Package: libfits-java-doc
Section: doc
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: Java library for the I/O handling of FITS files (javadoc)
FITS (Flexible Image Transport System) is the standard
data format in astronomy used for the transport, analysis,
and archival storage of scientific data sets.
.
This library provides efficient I/O for FITS images and
binary tables. All basic FITS formats and gzip compressed
files are supported.
.
This package contains the JavaDoc documentation of the package.
|