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

Changelog

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

  * New upstream snapshot.
  * Create watch file.
  * Testsuite: autopkgtest-pkg-go.
  * Bump Standards-Version to 4.0.0.

 -- Alexandre Viau <email address hidden>  Sun, 06 Aug 2017 21:20:57 -0400

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

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-bkaradzic-go-lz4_1.0.0-1.dsc 2.2 KiB fd43e9eed6c21e3bbd0b8611e25e46b1db66acd75488ebe590326e989b5d5f1c
golang-github-bkaradzic-go-lz4_1.0.0.orig.tar.gz 227.5 KiB d45102ed9967e7f371844b04a9d66b48f9a11aad2238591c711c8819748afa94
golang-github-bkaradzic-go-lz4_1.0.0-1.debian.tar.xz 2.2 KiB 5b459d8bcec64061e1b057d8a3e3d826cbd22958444c98d32279bfc5b33169be

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.