blob: 4b33b98b5bb6408d7718f5f12d1a9585a2a30e06 (
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 "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>grozin@gentoo.org</email>
<name>Andrey Grozin</name>
</maintainer>
<longdescription>
A Python interface to libarchive.
It uses the standard ctypes module to dynamically load and access the C library.
</longdescription>
<upstream>
<remote-id type="pypi">libarchive-c</remote-id>
<remote-id type="github">Changaco/python-libarchive-c</remote-id>
</upstream>
<origin>gentoo-staging</origin>
</pkgmetadata>
|