golang-github-pierrec-lz4 2.5.2-2 source package in Ubuntu
Changelog
golang-github-pierrec-lz4 (2.5.2-2) unstable; urgency=medium [ Debian Janitor ] * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. * Update standards version to 4.5.1, no changes needed. * Apply multi-arch hints. + golang-github-pierrec-lz4-dev: Add Multi-Arch: foreign. -- Jelmer Vernooij <email address hidden> Wed, 23 Nov 2022 21:59:33 +0000
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 | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-pierrec-lz4_2.5.2-2.dsc | 2.2 KiB | 2bfa1df5a3e69f567e74c3cbdb32714afda404a24f839a1aef3052819477f9c3 |
golang-github-pierrec-lz4_2.5.2.orig.tar.gz | 19.6 MiB | bf5ad1ce74f264bad828cea8a546e5d2100a7ab67695bf7badcbe14c57ec4df4 |
golang-github-pierrec-lz4_2.5.2-2.debian.tar.xz | 3.4 KiB | c418f3fd6db2059c230536e3375fbb898fe9b9a5bd05b9faa6699f4857cf0305 |
Available diffs
- diff from 2.5.2-1 to 2.5.2-2 (1.4 KiB)
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.