1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: slcfitsio
Section: interpreters
Priority: optional
Maintainer: Rafael Laboissière <rafael@debian.org>
Build-Depends: debhelper-compat (= 13),
libcfitsio-dev (>= 3.280-2),
libslang2-dev (>= 2.2.4-3),
slsh
Standards-Version: 4.6.1
Homepage: https://space.mit.edu/cxc/software/slang/modules/cfitsio/
Vcs-Git: https://salsa.debian.org/debian/slcfitsio.git
Vcs-Browser: https://salsa.debian.org/debian/slcfitsio
Rules-Requires-Root: no
Package: slang-cfitsio
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: slsh (>= 2.0) | jed | slrn
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.
|