golang-github-bkaradzic-go-lz4 1.0.0-3 source package in Ubuntu

Changelog

golang-github-bkaradzic-go-lz4 (1.0.0-3) unstable; urgency=medium

  * point Vcs-* urls to salsa.d.o subproject

 -- Alexandre Viau <email address hidden>  Thu, 25 Jan 2018 16:48:08 -0500

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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-bkaradzic-go-lz4_1.0.0-3.dsc 2.2 KiB e909258c15253e938886f3959fba9f2894ff5c65adb69d3b41cc08a55b997e0f
golang-github-bkaradzic-go-lz4_1.0.0.orig.tar.gz 227.5 KiB d45102ed9967e7f371844b04a9d66b48f9a11aad2238591c711c8819748afa94
golang-github-bkaradzic-go-lz4_1.0.0-3.debian.tar.xz 2.3 KiB ddb353b4953ab16d5a72b4a1670429a93b5c18863d93573c3bedf84257ea98c8

Available diffs

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.