Source: golang-github-klauspost-compress
Section: devel
Priority: optional
Standards-Version: 4.4.1
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>, Dmitry Smirnov <onlyjob@debian.org>,
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-cespare-xxhash-dev (>= 2.1.0~),
               golang-github-golang-snappy-dev,
               golang-github-google-go-cmp-dev,
               golang-github-klauspost-cpuid-dev,
               golang-golang-x-tools,
Homepage: https://github.com/klauspost/compress
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
XS-Go-Import-Path: github.com/klauspost/compress
Testsuite: autopkgtest-pkg-go

Package: golang-github-klauspost-compress-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-cespare-xxhash-dev (>= 2.1.0~),
         golang-github-google-go-cmp-dev,
         golang-github-klauspost-cpuid-dev,
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.
