File: control

package info (click to toggle)
golang-github-dsnet-compress 0.0.2~git20230904.39efe44%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,724 kB
  • sloc: sh: 108; makefile: 5
file content (41 lines) | stat: -rw-r--r-- 1,309 bytes parent folder | download
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
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.