blob: fa77d3ae87ece4f91fe23eda13400a1be61e3597 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription>jsonref is a library for automatic dereferencing of JSON Reference
objects for Python (supporting 2.6+ including Python 3).
This library lets you use a data structure with JSON reference objects, as if the
references had been replaced with the referent data.
</longdescription>
<upstream>
<maintainer>
<email>chase.sterling@gmail.com</email>
<name>Chase Sterling</name>
</maintainer>
</upstream>
<origin>gentoo-staging</origin>
<stabilize-allarches/>
</pkgmetadata>
|