Codebase list python-cbor / a5492ee1-c549-4211-9063-048845d69207/main debian / control
a5492ee1-c549-4211-9063-048845d69207/main

Tree @a5492ee1-c549-4211-9063-048845d69207/main (Download .tar.gz)

control @a5492ee1-c549-4211-9063-048845d69207/main

7ba2717
 
 
 
24e41ca
7ba2717
 
 
97b0644
7ba2717
 
 
321fcaf
7ba2717
fbc9629
 
7ba2717
 
 
 
db88a74
7ba2717
 
 
 
 
 
 
 
 
 
 
db88a74
7ba2717
 
 
 
 
 
 
Source: python-cbor
Section: python
Priority: optional
Maintainer: Agustin Henze <tin@debian.org>
Build-Depends: debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-setuptools,
 python3-all-dev,
 python-all,
 python-setuptools,
 python-dev,
Standards-Version: 4.0.0
Homepage: https://bitbucket.org/bodhisnarkva/cbor
Vcs-Git: https://salsa.debian.org/debian/python-cbor.git
Vcs-Browser: https://salsa.debian.org/debian/python-cbor

Package: python3-cbor
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Python3 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

Package: python-cbor
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Python 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