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
|
Source: golang-github-eapache-go-xerial-snappy
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Christos Trochalakis <ctrochalakis@debian.org>,
Build-Depends: debhelper (>= 11),
dh-golang,
golang-any,
golang-snappy-go-dev,
Standards-Version: 4.1.3
Homepage: https://github.com/eapache/go-xerial-snappy
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-eapache-go-xerial-snappy.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-eapache-go-xerial-snappy.git
XS-Go-Import-Path: github.com/eapache/go-xerial-snappy
Testsuite: autopkgtest-pkg-go
Package: golang-github-eapache-go-xerial-snappy-dev
Architecture: all
Depends: golang-github-golang-snappy-dev,
${misc:Depends},
${shlibs:Depends},
Description: Xerial-compatible Snappy framing support for Go
The package wraps Go's built-in Snappy package (github.com/golang/snappy)
adding support for a Xerial compatible framing format.
.
The package was extracted from Shopify's sarama Kafka client.
|