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
19 lines (19 loc) · 606 Bytes
/
metadata.xml
File metadata and controls
19 lines (19 loc) · 606 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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 lang="en">
ffnet is a fast and easy-to-use feed-forward neural
network training library for python.
</longdescription>
<use>
<flag name="matplotlib">Use matplotlib for drawing</flag>
</use>
<upstream>
<remote-id type="pypi">ffnet</remote-id>
<remote-id type="sourceforge">ffnet</remote-id>
</upstream>
</pkgmetadata>