Source: zst
Section: utils
Priority: optional
Maintainer: Adam Borowski <kilobyte@angband.pl>
Build-Depends: debhelper-compat (= 13),
 cmake,
 libbz2-dev,
 liblzma-dev,
 libz-dev,
 libzstd-dev (>> 1.4~),
 bzip2,
 xz-utils,
 zstd,
Standards-Version: 4.7.2
Homepage: https://git.sr.ht/~kilobyte/zst
Vcs-Browser: https://git.sr.ht/~kilobyte/zst/tree/debian
Vcs-Git: https://git.sr.ht/~kilobyte/zst -b debian

Package: zst
Architecture: any
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: unified CLI tool for zstd/gz/bzip2/xz/...
 This tool is a (semi-)compatible replacement for /bin/gzip and such.
 Beside serving all popular compressors in one binary, it also behaves
 consistently vs their "native" tools:
  * most have levels 1..9, zstd has 1..22
  * most remove the source file, zstd and bzip3 don't
  * most are silent by default, zstd produces output
  * most can handle concatenated files, bzip3 can't
  * GNU gzip doesn't autodetect compression algorithm, BSD gzip does
  * ... and so on.
 .
 As the name suggests, the default algorithm is zstd.
 .
 This build supports: bz2 gz xz zstd
