1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: golang-github-cznic-zappy
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 9),
dh-golang,
golang-go,
golang-github-golang-snappy-dev
Standards-Version: 3.9.7
Homepage: https://github.com/cznic/zappy
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-cznic-zappy.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-cznic-zappy.git
XS-Go-Import-Path: github.com/cznic/zappy
Package: golang-github-cznic-zappy-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-go,
golang-github-golang-snappy-dev
Description: zappy block-based compression format
Golang implementation of the zappy block-based compression format.
It aims for a combination of good speed and reasonable compression.
|