blob: d5135dd04305a603d4abd88d45c491547f07686f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci-astronomy@gentoo.org</email>
<name>Gentoo Astronomy Project</name>
</maintainer>
<longdescription lang="en">
CCfits is an object oriented interface to the cfitsio library. It is
designed to make the capabilities of cfitsio available to
programmers working in C++. It is written in ANSI C++ and
implemented using the C++ Standard Library with namespaces,
exception handling, and member template functions.
</longdescription>
<origin>srcux</origin>
</pkgmetadata>
|