File: control

package info (click to toggle)
golang-github-siddontang-go-snappy 0.0~git20140704.0.d8f7bb8-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 100 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 900 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-siddontang-go-snappy
Section: devel
Priority: extra
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any
Standards-Version: 4.1.0
Homepage: https://github.com/siddontang/go-snappy
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-siddontang-go-snappy
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-siddontang-go-snappy.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/siddontang/go-snappy

Package: golang-github-siddontang-go-snappy-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Snappy compression format in Go
 This library implements the Snappy compression algorithm in the Go
 programming language.
 .
 The Snappy compression algorithm aims to be fast and offer reasonable
 compression ratios.