mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
31 lines
1.1 KiB
XML
31 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>sci-astronomy@gentoo.org</email>
|
|
<name>Gentoo Astronomy Project</name>
|
|
</maintainer>
|
|
<maintainer type="person">
|
|
<email>mgorny@gentoo.org</email>
|
|
<name>Michał Górny</name>
|
|
<!-- for dev-python/fitsio -->
|
|
</maintainer>
|
|
<use>
|
|
<flag name="tools">
|
|
Build optional utilities (cookbook fitscopy imcopy smem speed testprog fpack funpack)
|
|
</flag>
|
|
</use>
|
|
<longdescription lang="en">
|
|
CFITSIO is a library of C and Fortran subroutines for reading and
|
|
writing data files in FITS (Flexible Image Transport System) data
|
|
format. CFITSIO provides simple high-level routines for reading and
|
|
writing FITS files that insulate the programmer from the internal
|
|
complexities of the FITS format. CFITSIO also provides advanced
|
|
features for manipulating and filtering the information in FITS
|
|
files.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">HEASARC/cfitsio</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|