1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: qpack
Section: python
Priority: optional
Maintainer: SiriDB Maintainers <team+debian-siridb-packaging-team@tracker.debian.org>
Uploaders:
Jeroen van der Heijden <jeroen@transceptor.technology>,
Paul Gevers <elbrus@debian.org>,
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-dev,
python3-setuptools,
Homepage: https://siridb.net/
Vcs-Browser: https://salsa.debian.org/siridb-team/qpack
Vcs-Git: https://salsa.debian.org/siridb-team/qpack.git
Standards-Version: 4.5.0
Package: python3-qpack
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: Python3 implementation of the QPack protocol
QPack is a fast and efficient serialization format like MessagePack. One key
difference is flexible map and array support. This enables code to write
directly to a qpack buffer without knowledge of the size of the map or
array beforehand.
|