Source: golang-github-quic-go-qpack Section: golang Maintainer: Debian Go Packaging Team Uploaders: Danial Behzadi , Build-Depends: debhelper-compat (= 14), dh-sequence-golang, golang-any, golang-github-davecgh-go-spew-dev, golang-github-pmezard-go-difflib-dev, golang-github-stretchr-testify-dev, golang-golang-x-net-dev, golang-gopkg-yaml.v3-dev, Standards-Version: 4.7.4 Homepage: https://github.com/quic-go/qpack Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-quic-go-qpack Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-quic-go-qpack.git XS-Go-Import-Path: github.com/quic-go/qpack Package: golang-github-quic-go-qpack-dev Architecture: all Depends: ${misc:Depends}, ${shlibs:Depends}, Description: minimal QPACK implementation in Go This is a minimal QPACK (RFC 9204) implementation in Go. It reuses the Huffman encoder/decoder code from the HPACK implementation in the Go standard library. . It is fully interoperable with other QPACK implementations (both encoders and decoders). However, it does not support the dynamic table and relies solely on the static table and string literals (including Huffman encoding), which limits compression efficiency.