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

Changelog

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

  * Team upload.
  * Vcs-* urls: pkg-go-team -> go-team.

 -- Alexandre Viau <email address hidden>  Tue, 06 Feb 2018 00:10:37 -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
Focal release universe misc
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-bkaradzic-go-lz4_1.0.0-4.dsc 2.2 KiB d506c596370709fda50d2fa4a63e5b7b4601a5e2a3416feafe34e42edfaa5f8a
golang-github-bkaradzic-go-lz4_1.0.0.orig.tar.gz 227.5 KiB d45102ed9967e7f371844b04a9d66b48f9a11aad2238591c711c8819748afa94
golang-github-bkaradzic-go-lz4_1.0.0-4.debian.tar.xz 2.3 KiB 0dd869d1ce94a6f574959d233aad8f16f613e3d94d57b33c95ff4df860ab9a51

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.