File: control

package info (click to toggle)
slcfitsio 0.4.7~pre.19-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 908 kB
  • sloc: sh: 3,156; ansic: 2,180; makefile: 203
file content (24 lines) | stat: -rw-r--r-- 955 bytes parent folder | download
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.