blob: 9f9d98fd559d9f3baa171f7f71118464d81af9c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription lang="en">a package of most common file format parsers written using hachoir-core.
Not all parsers are complete, some are very good and other are poor
(they only parse the first level of the tree for example).</longdescription>
<upstream>
<remote-id type="pypi">hachoir-parser</remote-id>
<remote-id type="bitbucket">haypo/hachoir</remote-id>
</upstream>
</pkgmetadata>
|