blob: e75e527199ad151da7ac65745e8dc89ac86c1bd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci-mathematics@gentoo.org</email>
<name>Gentoo Mathematics Project</name>
</maintainer>
<longdescription lang="en">
A system which can efficiently manipulate huge formulas limited only by available disk space.
</longdescription>
<use>
<flag name="devref">Build and install developers reference</flag>
<flag name="doxygen">Build and install API documentation</flag>
</use>
<upstream>
<remote-id type="github">vermaseren/form</remote-id>
</upstream>
</pkgmetadata>
|