File: control

package info (click to toggle)
golang-github-bkaradzic-go-lz4 0.0~git20150821.0.74ddf82-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 672 kB
  • ctags: 44
  • sloc: makefile: 7
file content (25 lines) | stat: -rw-r--r-- 1,040 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
25
Source: golang-github-bkaradzic-go-lz4
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/bkaradzic/go-lz4
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-bkaradzic-go-lz4.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-bkaradzic-go-lz4.git
XS-Go-Import-Path: github.com/bkaradzic/go-lz4

Package: golang-github-bkaradzic-go-lz4-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go
Description: port of the LZ4 lossless compression algorithm to Go
 go-lz4 is a port of the LZ4 lossless compression algorithm to Go. 
 .
 Note: go-lz4 saves a uint32 with the original uncompressed length
 at the beginning of the encoded buffer. They may get in the way of
 interoperability with other implementations.