File: control

package info (click to toggle)
golang-github-gregjones-httpcache 0.0~git20180305.9cad4c3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 152 kB
  • sloc: makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,423 bytes parent folder | download | duplicates (2)
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
Source: golang-github-gregjones-httpcache
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dr. Tobias Quathamer <toddy@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-bradfitz-gomemcache-dev,
               golang-github-garyburd-redigo-dev,
               golang-github-peterbourgon-diskv-dev,
               golang-github-syndtr-goleveldb-dev
Standards-Version: 4.2.1
Homepage: https://github.com/gregjones/httpcache
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gregjones-httpcache
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gregjones-httpcache.git
XS-Go-Import-Path: github.com/gregjones/httpcache
Testsuite: autopkgtest-pkg-go

Package: golang-github-gregjones-httpcache-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-bradfitz-gomemcache-dev,
         golang-github-garyburd-redigo-dev,
         golang-github-peterbourgon-diskv-dev,
         golang-github-syndtr-goleveldb-dev
Description: Transport for http.Client that will cache responses
 The package httpcache provides a http.RoundTripper implementation that
 works as a mostly RFC 7234 compliant cache for http responses.
 .
 It is only suitable for use as a 'private' cache (i.e. for
 a web-browser or an API-client and not for a shared proxy).