blob: 9649126d10332623182eb1853ff427ed115d3efa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?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>
<remote-id type="pypi">jsonref</remote-id>
<remote-id type="github">gazpachoking/jsonref</remote-id>
</upstream>
<origin>gentoo-staging</origin>
</pkgmetadata>
|