forked from gentoo/sci
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.xml
More file actions
22 lines (22 loc) · 834 Bytes
/
Copy pathmetadata.xml
File metadata and controls
22 lines (22 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@chymera.eu</email>
<name>Horea Christian</name>
</maintainer>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
Trimesh is a pure Python library for loading and using triangular meshes
with an emphasis on single- body watertight surfaces. The goal of the
library is to provide a full featured and well tested Trimesh object which
allows for easy manipulation and analysis, in the style of the Polygon
object in the Shapely library.
</longdescription>
<use>
<flag name="extra">Extra functionality for advanced mesh preparation</flag>
</use>
</pkgmetadata>