blob: 2e6a3587ddce7a17e86a71218a2456b19f2e2fd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>j.scruggs@gmail.com</email>
<name>Jonathan Scruggs</name>
</maintainer>
<maintainer type="person">
<email>agrigo2001@yahoo.com.au</email>
<name>Adrian Grigo</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription>
Field3D is an open source library for storing voxel data.
It provides C++ classes that handle in-memory storage and
a file format based on HDF5 that allows the C++ objects
to be written to and read from disk.
</longdescription>
<upstream>
<remote-id type="github">imageworks/Field3D</remote-id>
</upstream>
</pkgmetadata>
|