File: control

package info (click to toggle)
golang-github-andybalholm-brotli 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,416 kB
  • sloc: makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,078 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-andybalholm-brotli
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Guillem Jover <gjover@sipwise.com>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-xyproto-randomstring-dev <!nocheck>,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-andybalholm-brotli
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-andybalholm-brotli.git
Homepage: https://github.com/andybalholm/brotli
XS-Go-Import-Path: github.com/andybalholm/brotli

Package: golang-github-andybalholm-brotli-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: pure Go Brotli encoder and decoder (library)
 This package is a brotli compressor and decompressor implemented in Go.
 .
 It was initially translated from the reference implementation
 (https://github.com/google/brotli) with the c2go tool at
 https://github.com/andybalholm/c2go.