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 30 31 32 33 34 35 36
|
Source: pylsqpack
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Scott Kitterman <scott@kitterman.com>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc,
pybuild-plugin-pyproject,
python3-all-dev,
python3-setuptools,
python3-sphinx,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/python-team/packages/pylsqpack.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pylsqpack
Homepage: https://github.com/aiortc/pylsqpack
Testsuite: autopkgtest-pkg-pybuild
Package: python3-pylsqpack
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
Suggests: python-pylsqpack-doc
Description: Python wrapper for the ls-qpack QPACK library
Wrapper around the ls-qpack library. It provides Python Decoder and Encoder
objects to read or write HTTP/3 headers compressed with QPACK.
Package: python-pylsqpack-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: documentation for the pylsqpack Python library
Wrapper around the ls-qpack library. It provides Python Decoder and Encoder
objects to read or write HTTP/3 headers compressed with QPACK.
.
This package provides documentation for python3-pylsqpack.
|