Source: golang-github-bkaradzic-go-lz4 Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Alexandre Viau Build-Depends: debhelper (>= 9), dh-golang, golang-go Standards-Version: 4.0.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 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.