Source: starjava-table Maintainer: Debian Astro Team Uploaders: Ole Streicher Section: java Priority: optional Build-Depends: ant, debhelper-compat (= 13), dh-exec, javahelper Build-Depends-Indep: ant-optional, default-jdk, default-jdk-doc, junit, libcds-healpix-java, libvecmath-java, starlink-connect-java, starlink-pal-java, starlink-util-java (>= 1.0+2022.09.23~) Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/debian-astro-team/starjava-table Vcs-Git: https://salsa.debian.org/debian-astro-team/starjava-table.git Homepage: https://github.com/Starlink/starjava/tree/master/table Rules-Requires-Root: no Package: starlink-table-java Architecture: all Depends: starlink-util-java (>= 1.0+2022.09.23~), ${java:Depends}, ${misc:Depends} Recommends: starlink-cdf-java, starlink-ecsv-java, starlink-fits-java, starlink-votable-java Breaks: starlink-cdf-java (<< 1.0+2021.01.10~), starlink-dpac-java (<< 1.0+2021.01.08~), starlink-fits-java (<< 0.1+2022.04.12~), starlink-topcat-java (<< 4.8.4~), starlink-ttools-java (<< 3.4.4~), starlink-votable-java (<< 2.0+2022.01.28~) Description: Starlink Tables Infrastructure Library STIL is a pure Java library for generic input, output and processing of tabular data. It presents to the application programmer a view of a table which looks the same regardless of whether it came from a FITS file, a VOTable, an ASCII text file, a query on a relational database, or whatever. Thus the application doesn't have to worry about the storage format of tables either when reading or writing them, it can concentrate on doing processing. STIL's idea of a table is rich enough to include table and column metadata, and table cells which contain scalar or single- or multi-dimensional array data of numerical, string or other types. This is well suited to astronomical data, though it can be of use in other fields as well. . STIL comes with a range of supported input and output formats (including VOTable, FITS, SQL, ASCII, CSV, CDF, GBIN) and can be extended to cope with others. Package: starlink-table-java-doc Architecture: all Multi-Arch: foreign Section: doc Depends: ${misc:Depends} Recommends: ${java:Recommends} Description: Starlink Tables Infrastructure Library (documentation) STIL is a pure Java library for generic input, output and processing of tabular data. It presents to the application programmer a view of a table which looks the same regardless of whether it came from a FITS file, a VOTable, an ASCII text file, a query on a relational database, or whatever. Thus the application doesn't have to worry about the storage format of tables either when reading or writing them, it can concentrate on doing processing. STIL's idea of a table is rich enough to include table and column metadata, and table cells which contain scalar or single- or multi-dimensional array data of numerical, string or other types. This is well suited to astronomical data, though it can be of use in other fields as well. . STIL comes with a range of supported input and output formats (including VOTable, FITS, SQL, ASCII, CSV, CDF, GBIN) and can be extended to cope with others. . This package contains the JavaDoc documentation of the package.