DFSG NEW Queue

DFSG, Licensing & New Packages Team

golang-github-quic-go-qpack 0.6.0-1

Package Information

Descriptionminimal 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.

MaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed ByDanial Behzadi <dani.behzi@ubuntu.com>
Sponsortsimonq2@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/go-team/packages/golang-github-quic-go-qpack.git (browse)
Closes#1142121
Trackerhttps://tracker.debian.org/pkg/golang-github-quic-go-qpack
Uploaded2 hours ago

New Package Report

.changes
DateWed, 15 Jul 2026 17:14:22 +0330
Sourcegolang-github-quic-go-qpack
Version0.6.0-1
Changed-ByDanial Behzadi
Architecturesource all
Distributionunstable
Changelog
golang-github-quic-go-qpack (0.6.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1142121)
.dsc
Sectiongolang
Priorityoptional
Componentmain
Package-Listgolang-github-quic-go-qpack-dev deb golang optional arch=all
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/quic-go/qpack
Upstream-Name: golang-github-quic-go-qpack
Upstream-Contact: Marten Seemann <martenseemann@gmail.com>

Files:
 *
Copyright:
 2019-2026 Marten Seemann <martenseemann@gmail.com>
License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

Files:
 debian/*
Copyright:
 2026 Danial Behzadi <dani.behzi@ubuntu.com>
License: GPL-3+
 This package is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this package. If not, see <https://www.gnu.org/licenses/>.
Comment:
 On Debian systems, the complete text of the GNU General
 Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

Back to Dashboard | View all reviews for this package