Merge branch 'ejabberd-16.08'
[gentoo.git] / dev-python / cbor / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer type="person">
5                 <email>dol-sen@gentoo.org</email>
6                 <description>Primary maintainer</description>
7         </maintainer>
8         <maintainer type="project">
9                 <email>python@gentoo.org</email>
10                 <name>Python</name>
11         </maintainer>
12         <upstream>
13                 <maintainer>
14                         <email>bolson@bolson.org</email>
15                         <name>Brian Olson</name>
16                 </maintainer>
17                 <remote-id type="pypi">cbor</remote-id>
18         </upstream>
19         <longdescription>An implementation of RFC 7049 - Concise Binary Object
20                 Representation (CBOR).  CBOR is comparable to JSON, has a superset of
21                 JSON's ability, but serializes to a binary format which is smaller and
22                 faster to generate and parse.  The two primary functions are
23                 cbor.loads() and cbor.dumps().  This library includes a C implementation
24                 which runs 3-5 times faster than the Python standard library's
25                 C-accelerated implementanion of JSON. This is also includes a 100%
26                 Python implementation.
27         </longdescription>
28 </pkgmetadata>