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
|
Source: libfits-java
Maintainer: Debian Astronomy Maintainers <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
javahelper,
ant,
libfindbugs-java,
libcommons-compress-java
Build-Depends-Indep: default-jdk,
default-jdk-doc
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian-astro-team/libfits-java
Vcs-Git: https://salsa.debian.org/debian-astro-team/libfits-java.git
Homepage: https://nom-tam-fits.github.io/nom-tam-fits/
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
Architecture: all
Section: doc
Depends: ${java:Depends},
${misc:Depends}
Recommends: ${java:Recommends}
Multi-Arch: foreign
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.
|