diff options
Diffstat (limited to 'dev-python/hachoir-core/metadata.xml')
-rw-r--r-- | dev-python/hachoir-core/metadata.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/hachoir-core/metadata.xml b/dev-python/hachoir-core/metadata.xml new file mode 100644 index 00000000000..12b9db27479 --- /dev/null +++ b/dev-python/hachoir-core/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>python</herd> + <longdescription lang="en">A tool written for hackers to cut file or any binary stream. A file is + splitted in a tree of fields where the smallest field can be just a bit. + There are various field types: integer, string, bits, padding, sub file, + etc.</longdescription> + <upstream> + <remote-id type="pypi">hachoir-core</remote-id> + <remote-id type="bitbucket">haypo/hachoir</remote-id> + </upstream> +</pkgmetadata> |