golang-github-klauspost-pgzip 1.2.1-1 source package in Ubuntu

Changelog

golang-github-klauspost-pgzip (1.2.1-1) unstable; urgency=medium

  [ Shengjing Zhu ]
  * Remove 0001-Remove-flate.HuffmanOnly.patch, since we have
    golang-github-klauspost-compress-dev >= 1.1 in archive.

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Dmitry Smirnov ]
  * New upstream release
  * Removed "golang-github-klauspost-crc32-dev" from (Build-)Depends.
  * Priority: optional; Standards-Version: 4.4.1
  * DH to version 12
  * Added myself to Uploaders

 -- Dmitry Smirnov <email address hidden>  Mon, 30 Dec 2019 17:31:04 +1100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-klauspost-pgzip_1.2.1-1.dsc 2.3 KiB 0d277fa06659ec66d3fa14caf4a85614fb5c7504cdbd9f49a9fdb06ea0dc2344
golang-github-klauspost-pgzip_1.2.1.orig.tar.xz 109.9 KiB 640770b2a3f60892ab53855aaea396c7094c10d6ed34d324e75adcb30eed082a
golang-github-klauspost-pgzip_1.2.1-1.debian.tar.xz 3.5 KiB 25ba5a731ed5f9e038cff0dc4cbb24de11afe35204a5e3fa615d1ebdc46a9da8

Available diffs

No changes file available.

Binary packages built by this source

golang-github-klauspost-pgzip-dev: parallel gzip (de)compression library for Go

 pgzip is a parallel compression/decompression library for Google Go
 which is a compatible drop-in for "compress/gzip". It splits compression
 into blocks that are processed in parallel. The output is a standard
 gzip file. The standard Go decompression of modified so it decompresses ahead
 of the current reader. The library is useful especially if large amounts
 of data (>1MB) are being processed.