summaryrefslogtreecommitdiff
path: root/dev-python/cbor/metadata.xml
blob: 8930fc74915450fc992be1675761207cce6ed9e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="person">
  <email>dolsen@gentoo.org</email>
  <name>Brian Dolbec</name>
 </maintainer>
 <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>
 <upstream>
  <remote-id type="pypi">cbor</remote-id>
  <remote-id type="github">brianolson/cbor_py</remote-id>
 </upstream>
 <origin>gentoo-staging</origin>
</pkgmetadata>