diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /dev-python/cbor/metadata.xml | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/cbor/metadata.xml')
| -rw-r--r-- | dev-python/cbor/metadata.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/cbor/metadata.xml b/dev-python/cbor/metadata.xml new file mode 100644 index 000000000000..11f34c1a6f86 --- /dev/null +++ b/dev-python/cbor/metadata.xml @@ -0,0 +1,26 @@ +<?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> + <origin>gentoo-staging</origin> +</pkgmetadata> |
