File: control

package info (click to toggle)
golang-github-cznic-zappy 0.0~git20160305.0.4f5e6ef-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 148 kB
  • ctags: 155
  • sloc: makefile: 23; sh: 6
file content (24 lines) | stat: -rw-r--r-- 965 bytes parent folder | download
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.