File: control

package info (click to toggle)
golang-github-datadog-zstd 1.4.5%2Bpatch1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 164 kB
  • sloc: sh: 9; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,074 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
Source: golang-github-datadog-zstd
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Christos Trochalakis <ctrochalakis@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               libzstd-dev,
               pkg-config,
Standards-Version: 4.5.1
Homepage: https://github.com/DataDog/zstd
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-datadog-zstd
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-datadog-zstd.git
XS-Go-Import-Path: github.com/DataDog/zstd
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-datadog-zstd-dev
Architecture: all
Depends: libzstd-dev,
         pkg-config,
         ${misc:Depends},
Description: Zstd wrapper for Go
 The Go wrapper exposes two main APIs
  * simple Compress/Decompress
  * streaming API (io.Reader/io.Writer)
 .
 The compress/decompress APIs mirror that of lz4, while the streaming API was
 designed to be a drop-in replacement for zlib.