Source: golang-github-minio-minlz Section: golang Maintainer: Debian Go Packaging Team Uploaders: Andrew Lee (李健秋) , Build-Depends: debhelper-compat (= 13), dh-sequence-golang, dpkg-build-api (= 1), golang-any, golang-github-klauspost-compress-dev, Testsuite: autopkgtest-pkg-go Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-minio-minlz Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-minio-minlz.git Homepage: https://github.com/minio/minlz XS-Go-Import-Path: github.com/minio/minlz Package: golang-github-minio-minlz-dev Architecture: all Multi-Arch: foreign Depends: golang-github-klauspost-compress-dev, ${misc:Depends}, Description: MinLZ is a LZ77 compressor, focused on realtime data compression This package contains MinLZ which is a LZ77-type compressor with a fixed byte-aligned encoding, in the similar class to Snappy and LZ4. . The goal of MinLZ is to provide a fast, low memory compression algorithm that can be used for fast compression of data, where encoding and/or decoding speed is the primary concern. . MinLZ is designed to operate faster than IO for both compression and decompression.