mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-06-08 17:47:28 -07:00
There are no tests, but all autobahn tests pass for all pythons. metadata.xml: take maintainership Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
26 lines
1001 B
XML
26 lines
1001 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>dolsen@gentoo.org</email>
|
|
<name>Brian Dolbec</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<maintainer>
|
|
<email>bolson@bolson.org</email>
|
|
<name>Brian Olson</name>
|
|
</maintainer>
|
|
<remote-id type="pypi">cbor</remote-id>
|
|
<remote-id type="bitbucket">bodhisnarkva/cbor</remote-id>
|
|
</upstream>
|
|
<longdescription>An implementation of RFC 7049 - Concise Binary Object
|
|
Representation (CBOR). CBOR is comparable to JSON, has a superset of
|
|
JSON's ability, but serializes to a binary format which is smaller and
|
|
faster to generate and parse. The two primary functions are
|
|
cbor.loads() and cbor.dumps(). This library includes a C implementation
|
|
which runs 3-5 times faster than the Python standard library's
|
|
C-accelerated implementanion of JSON. This is also includes a 100%
|
|
Python implementation.
|
|
</longdescription>
|
|
</pkgmetadata>
|