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-bkaradzic-go-lz4
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Aloïs Micard <creekorful@debian.org>
Build-Depends: debhelper-compat (= 13), dh-golang, golang-any
Standards-Version: 4.6.0
Homepage: https://github.com/bkaradzic/go-lz4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-bkaradzic-go-lz4
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-bkaradzic-go-lz4.git
XS-Go-Import-Path: github.com/bkaradzic/go-lz4
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no
Package: golang-github-bkaradzic-go-lz4-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
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.
|