| 12
 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
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 
 | Source: golang-github-dsnet-compress
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Maytham Alsudany <maytha8thedev@gmail.com>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
 golang-github-dsnet-golib-dev,
 golang-github-klauspost-compress-dev,
 golang-github-ulikunitz-xz-dev,
 libbrotli-dev,
 libzstd-dev,
 liblzma-dev,
 zlib1g-dev,
 libbz2-dev,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-dsnet-compress
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-dsnet-compress.git
Homepage: https://github.com/dsnet/compress
XS-Go-Import-Path: github.com/dsnet/compress
Package: golang-github-dsnet-compress-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-dsnet-golib-dev,
 golang-github-klauspost-compress-dev,
 golang-github-ulikunitz-xz-dev,
 libbrotli-dev,
 libzstd-dev,
 liblzma-dev,
 zlib1g-dev,
 libbz2-dev,
 ${misc:Depends},
Description: collection of compression related Go packages (library)
 This repository hosts a collection of compression related libraries. The goal
 of this project is to provide pure Go implementations for popular compression
 algorithms beyond what the Go standard library provides.
 |