summaryrefslogtreecommitdiff
path: root/dev-python/cbor2/metadata.xml
blob: 29a64d65b9ea8addf9a443530c00e2eee108de14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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>This library provides encoding and decoding for the
Concise Binary Object Representation (CBOR) (RFC 7049) serialization format.
It is implemented in pure python with an optional C backend and is compatible
with versions 2.7 through to 3.8.  On cPython&gt;=3.3 cbor2 can use a built in C
module for performance similar to how pickle wraps the _pickle C module in the
Python Standard Library.
	</longdescription>
 <upstream>
  <remote-id type="pypi">cbor2</remote-id>
  <remote-id type="github">agronholm/cbor2</remote-id>
 </upstream>
 <origin>gentoo-staging</origin>
</pkgmetadata>