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 26 27 28 29 30 31
|
Source: golang-github-klauspost-compress
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>,
Dmitry Smirnov <onlyjob@debian.org>,
Anthony Fok <foka@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-cespare-xxhash-dev (>= 2.1.0~),
golang-golang-x-tools,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-klauspost-compress
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-klauspost-compress.git
Homepage: https://github.com/klauspost/compress
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/klauspost/compress
Package: golang-github-klauspost-compress-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-cespare-xxhash-dev (>= 2.1.0~),
${misc:Depends},
${shlibs:Depends},
Description: optimized compression packages
This package is based on an optimized Deflate function, which is used
by gzip/zip/zlib packages. It offers slightly better compression at lower
compression settings, and up to 3x faster encoding at highest compression
level.
|