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.
