aboutsummaryrefslogtreecommitdiff
blob: 81dcc789e3d6636202242a94c26b60a207349219 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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="github">mrkwjc/ffnet</remote-id>
    <remote-id type="pypi">ffnet</remote-id>
    <remote-id type="sourceforge">ffnet</remote-id>
  </upstream>
</pkgmetadata>