golang-github-bkaradzic-go-lz4 1.0.0-5 source package in Ubuntu
Changelog
golang-github-bkaradzic-go-lz4 (1.0.0-5) unstable; urgency=medium * d/control: - Add myself as Uploader (Closes: #940343) - Bump Standards-Version. - Bump debhelper-compat. - Change maintainer email. - Cleanup {Build-}Depends. - Change section to golang. - Mark -dev M-A: foreign. - Add Rules-Requires-Root: no. * d/watch: use v4 format. -- Aloïs Micard <email address hidden> Wed, 03 Nov 2021 11:49:10 +0100
Upload details
- Uploaded by:
- Debian Go Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- all
- Section:
- golang
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-bkaradzic-go-lz4_1.0.0-5.dsc | 2.2 KiB | d2341dff5472ca6ee470c5a5720331d4b82b9f76ae891d617ba93538c8f8a633 |
golang-github-bkaradzic-go-lz4_1.0.0.orig.tar.gz | 227.5 KiB | d45102ed9967e7f371844b04a9d66b48f9a11aad2238591c711c8819748afa94 |
golang-github-bkaradzic-go-lz4_1.0.0-5.debian.tar.xz | 3.1 KiB | e41f8e23259d577c9dc28091f382b87afc413df16a33b6e533d0ccbebdc09372 |
Available diffs
- diff from 1.0.0-4 to 1.0.0-5 (2.0 KiB)
No changes file available.
Binary packages built by this source
- golang-github-bkaradzic-go-lz4-dev: port of the LZ4 lossless compression algorithm to Go
go-lz4 is a port of the LZ4 lossless compression algorithm to Go.
.
Note: go-lz4 saves a uint32 with the original uncompressed length
at the beginning of the encoded buffer. They may get in the way of
interoperability with other implementations.