blob: 57c9ba72a6e4f2a117692582079f822b8173ab87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>joshua.downer@gmail.com</email>
<name>Joshua Downer</name>
</maintainer>
<maintainer>
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription lang="en">The Munkres module provides an implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm), useful for solving the Assignment Problem.
</longdescription>
<upstream>
<remote-id type="pypi">munkres</remote-id>
</upstream>
</pkgmetadata>
|