File: control

package info (click to toggle)
golang-github-shurcool-httpgzip 0.0~git20190516.1c7afaa-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 84 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,096 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
Source: golang-github-shurcool-httpgzip
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
	, Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-golang-x-net-dev,
               golang-golang-x-tools-dev
Standards-Version: 4.5.1
Homepage: https://github.com/shurcooL/httpgzip
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-shurcool-httpgzip
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-shurcool-httpgzip.git
XS-Go-Import-Path: github.com/shurcooL/httpgzip
Testsuite: autopkgtest-pkg-go

Package: golang-github-shurcool-httpgzip-dev
Architecture: all
Depends: ${misc:Depends},
         golang-golang-x-net-dev,
         golang-golang-x-tools-dev
Description: go library for use gzip compression when serving HTTP requests
 golang-github-shurcool-httpgzip-dev provides net/http-like primitives that use
 gzip compression when serving HTTP requests.