File: control

package info (click to toggle)
golang-github-jwilder-encoding 0.0~git20160426.0.ac74639-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 96 kB
  • ctags: 130
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,067 bytes parent folder | download | duplicates (2)
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-jwilder-encoding
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go
Standards-Version: 3.9.8
Homepage: https://github.com/jwilder/encoding
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-jwilder-encoding.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-jwilder-encoding.git
XS-Go-Import-Path: github.com/jwilder/encoding

Package: golang-github-jwilder-encoding-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go
Description: library for working with compressed arrays of integers
 Encoding is a library for working with compressed arrays of integers.
 The compression algorithms used are different from typical general purpose
 algorithms such as Gzip, Snappy, etc. They are more commonly found in
 search engines (inverted indexes) and columnar databases.