1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: slcfitsio
Section: interpreters
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 7.0.0), libslang2-dev (>= 2.2.4-3),
libcfitsio-dev (>= 3.280-2), cdbs, slsh, autotools-dev, dpkg-dev (>= 1.16.0)
Standards-Version: 3.8.1
Homepage: http://space.mit.edu/cxc/software/slang/modules/cfitsio/
Vcs-Git: git://git.debian.org/git/pkg-jed/slcfitsio.git
Vcs-Browser: http://git.debian.org/?p=pkg-jed/slcfitsio.git
Package: slang-cfitsio
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: slsh (>= 2.0) | jed (>= 0.99.17) | slrn (>= 0.9.8.1pl1-4)
Description: read and write FITS files from S-Lang
The CFITSIO library consists of a set of functions for reading and
writing FITS (Flexible Image Transport System) files. The S-Lang
CFITSIO module wraps many of the functions of the CFITSIO library and
permits one to easily manipulate FITS files from the S-Lang interpreter.
|