starjava-table 3.2.1-1 source package in Ubuntu

Changelog

starjava-table (3.2.1-1) unstable; urgency=low

  * New upstream version 3.2.1
  * Rediff patches
  * Push Standards-Version to 4.1.0 (no changes)

 -- Ole Streicher <email address hidden>  Thu, 05 Oct 2017 15:46:04 +0200

Upload details

Uploaded by:
Debian Astronomy Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Astronomy Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
starjava-table_3.2.1-1.dsc 2.4 KiB d947cf2ca5718319cca1279f9adb2d8faf94a6c4a2e6676c00bb59d4f0ae85ff
starjava-table_3.2.1.orig.tar.xz 264.6 KiB 049bdca1ff6711113e34f40388b8bff2986463b1b4e03d816e53e4444ce9dd43
starjava-table_3.2.1-1.debian.tar.xz 6.2 KiB 118d3de54a51de49f6966e8ba77c94aa7ea215ff79a45352fa53730d2906d0bd

Available diffs

No changes file available.

Binary packages built by this source

starlink-table-java: No summary available for starlink-table-java in ubuntu artful.

No description available for starlink-table-java in ubuntu artful.

starlink-table-java-doc: 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.