golang-github-pierrec-lz4 4.1.18-1 source package in Ubuntu

Changelog

golang-github-pierrec-lz4 (4.1.18-1) unstable; urgency=medium

  * New upstream version 4.1.18 (Closes: #1000257)
  * Update section to golang
  * Update Standards-Version to 4.6.2 (no changes)
  * Drop 0001-fix-source-file-permission.patch
  * Install extra testdata
  * Add patch to skip broken TestWriterLegacy
  * Add packer << 1.6.6+ds2-3~ to Breaks

 -- Shengjing Zhu <email address hidden>  Sun, 30 Jul 2023 09:28:29 +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
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-pierrec-lz4_4.1.18-1.dsc 1.6 KiB fb3fcbc79dc6a9162b9329e373f64389b3497d10ea091077da425a33f6f14776
golang-github-pierrec-lz4_4.1.18.orig.tar.gz 39.0 MiB d0f8f245d9269fa565a52639521f40f02fca5c4ebc111151251555ee9c9e3331
golang-github-pierrec-lz4_4.1.18-1.debian.tar.xz 3.7 KiB b6f8bf34dcd3c71475db2ea50477af496a283309ed003aba95c349227d582958

Available diffs

No changes file available.

Binary packages built by this source

golang-github-pierrec-lz4-dev: LZ4 compression and decompression in pure Go

 This library implements reading and writing lz4 compressed data (a frame),
 as specified in
 http://fastcompression.blogspot.fr/2013/04/lz4-streaming-format-final.html,
 using an io.Reader (decompression) and io.Writer (compression). It is
 designed to minimize memory usage while maximizing throughput by being
 able to [de]compress data concurrently.