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
|
Source: golang-github-marten-seemann-qpack
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-stretchr-testify-dev (>= 1.9.0),
golang-golang-x-net-dev,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-marten-seemann-qpack
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-marten-seemann-qpack.git
Homepage: https://github.com/quic-go/qpack
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/quic-go/qpack,
github.com/marten-seemann/qpack
Package: golang-github-marten-seemann-qpack-dev
Provides: golang-github-quic-go-qpack-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-stretchr-testify-dev (>= 1.9.0),
golang-golang-x-net-dev,
${misc:Depends}
Description: minimal QPACK implementation in Go
This is a minimal QPACK implementation in Go. It is minimal in the
sense that it doesn't use the dynamic table at all, but just the static
table and (Huffman encoded) string literals. Wherever possible, it
reuses code from the HPACK implementation in the Go standard library.
.
It should be able to interoperate with other QPACK implemetations (both
encoders and decoders), however it won't achieve a high compression
efficiency.
|