1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: golang-github-golang-snappy
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Hilko Bengen <bengen@debian.org>,
Martín Ferrari <tincho@debian.org>
Build-Depends: debhelper (>= 9),
dh-golang (>= 0.17~),
golang-any,
Standards-Version: 3.9.8
Homepage: https://github.com/golang/snappy
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-golang-snappy.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-golang-snappy.git
XS-Go-Import-Path: github.com/golang/snappy
Package: golang-github-golang-snappy-dev
Architecture: all
Depends: ${misc:Depends},
${shlibs:Depends},
Built-Using: ${misc:Built-Using}
Replaces: golang-snappy-go-dev (<< 0.0+git20150730.723cc1e-3~)
Breaks: golang-snappy-go-dev (<< 0.0+git20150730.723cc1e-3~)
Provides: golang-snappy-go-dev
Description: 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.
Package: golang-snappy-go-dev
Section: oldlibs
Architecture: all
Depends: ${misc:Depends}, golang-github-golang-snappy-dev
Description: 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.
|