golang-github-marten-seemann-qpack 0.4.0-1 source package in Ubuntu

Changelog

golang-github-marten-seemann-qpack (0.4.0-1) unstable; urgency=medium

  * Team upload
  * Replace marten-seemann/qpack with quic-go/qpack
  * Don't repack upstream tarball
  * New upstream version 0.4.0
  * Exclude example and fuzzing in d/rules
  * Remove unused Depends
  * Update section to golang
  * Update Standards-Version to 4.6.2 (no changes)
  * Update debhelper-compat to 13
  * Add Multi-Arch hint
  * Add patch to downgrade ginkgo to v1
  * Add marten-seemann/qpack symlink

 -- Shengjing Zhu <email address hidden>  Thu, 27 Jul 2023 17:33:59 +0800

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-marten-seemann-qpack_0.4.0-1.dsc 1.8 KiB 7347bf825a74c8b65ff350eadddde0cd87056272c184cbe4cc10f3ee278d4ed4
golang-github-marten-seemann-qpack_0.4.0.orig.tar.gz 40.8 KiB 48e59199ce6f1dc76b435966e83928b1ae90d8c45a3ea7d8d01bca4893d38f87
golang-github-marten-seemann-qpack_0.4.0-1.debian.tar.xz 3.2 KiB 414876691642c86477bfacc8f9654647f117b6953652d6d7cda121e3b7faaa39

Available diffs

No changes file available.

Binary packages built by this source

golang-github-marten-seemann-qpack-dev: 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.