File: control

package info (click to toggle)
qpack 0.0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 148 kB
  • sloc: ansic: 1,129; python: 425; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 927 bytes parent folder | download
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.