golang-github-golang-snappy 0.0+git20150730.723cc1e-3 source package in Ubuntu

Changelog

golang-github-golang-snappy (0.0+git20150730.723cc1e-3) unstable; urgency=medium

  * Merge in the conflicting golang-snappy-go package. Closes: #796838.
    Change version numbering to match the older package.
  * Add transitional package and all required boilerplate.
  * debian/links: Add compatibility symlink for old library package
    name.

 -- Martín Ferrari <email address hidden>  Tue, 25 Aug 2015 05:13:24 +0000

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
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-golang-snappy_0.0+git20150730.723cc1e-3.dsc 2.3 KiB 85dc380cb85cb79db5d235357237761b2451412e2b8e651c94d7d04b2cdc4969
golang-github-golang-snappy_0.0+git20150730.723cc1e.orig.tar.gz 9.9 KiB 101f30e5fa11792a3e2eadc8eae658bcb480fdb5d4550633c20e7b41957ade30
golang-github-golang-snappy_0.0+git20150730.723cc1e-3.debian.tar.xz 2.7 KiB 5eec197c9d318407f4d56c00406535f71f7514ec6fdfcea2691ae804d7389aba

No changes file available.

Binary packages built by this source

golang-github-golang-snappy-dev: Implementation of the Snappy compression format in Go

 Snappy is a compression/decompression library. It does not aim for maximum
 compression, or compatibility with any other compression library; instead, it
 aims for very high speeds and reasonable compression. For instance, compared
 to the fastest mode of zlib, Snappy is an order of magnitude faster for most
 inputs, but the resulting compressed files are anywhere from 20% to 100%
 bigger. On a single core of a Core i7 processor in 64-bit mode, Snappy
 compresses at about 250 MB/sec or more and decompresses at about 500 MB/sec or
 more.
 .
 This is an implementation of the Snappy compression format in the Go
 programming language.

golang-snappy-go-dev: Transitional package for golang-github-golang-snappy-dev

 This is a transitional package to ease upgrades to the
 golang-github-golang-snappy-dev package. It can safely be removed.