blob: e4325132e2d2f02124d321de71ffb0aeab01a811 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription>
io_lib is a library of file reading and writing code to provide a
general purpose trace file (and Experiment File) reading interface. The
programmer simply calls the (eg) read_reading to create a "Read" C structure
with the data loaded into memory.
</longdescription>
<upstream>
<remote-id type="sourceforge">staden</remote-id>
</upstream>
</pkgmetadata>
|