diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-05-09 03:35:03 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-05-09 03:35:03 +0800 |
commit | 02aa8ef80c949ef1f70088b00b13f99cbc8c960a (patch) | |
tree | 8c8b4b60e11805deb2ab3c3f0601088f98429ec9 /devel/py-cbor/distinfo | |
parent | 50b8a0081d247cd432f120545a4a418f48298521 (diff) | |
download | freebsd-ports-gnome-02aa8ef80c949ef1f70088b00b13f99cbc8c960a.tar.gz freebsd-ports-gnome-02aa8ef80c949ef1f70088b00b13f99cbc8c960a.tar.zst freebsd-ports-gnome-02aa8ef80c949ef1f70088b00b13f99cbc8c960a.zip |
Add py-cbor 1.0.0
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.
WWW: https://pypi.org/project/cbor/
WWW: https://bitbucket.org/bodhisnarkva/cbor
Diffstat (limited to 'devel/py-cbor/distinfo')
-rw-r--r-- | devel/py-cbor/distinfo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-cbor/distinfo b/devel/py-cbor/distinfo new file mode 100644 index 000000000000..0255496d7fa3 --- /dev/null +++ b/devel/py-cbor/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1523535472 +SHA256 (cbor-1.0.0.tar.gz) = 13225a262ddf5615cbd9fd55a76a0d53069d18b07d2e9f19c39e6acb8609bbb6 +SIZE (cbor-1.0.0.tar.gz) = 20096 |