mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
dev-python/cbor: New pkg, new dep of dev-python/autobahn-0.16.0
Package-Manager: portage-2.3.0
This commit is contained in:
28
dev-python/cbor/metadata.xml
Normal file
28
dev-python/cbor/metadata.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>dol-sen@gentoo.org</email>
|
||||
<description>Primary maintainer</description>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<maintainer>
|
||||
<email>bolson@bolson.org</email>
|
||||
<name>Brian Olson</name>
|
||||
</maintainer>
|
||||
<remote-id type="pypi">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>
|
||||
Reference in New Issue
Block a user