File: control

package info (click to toggle)
golang-github-golang-groupcache 0.0~git20171101.84a468c-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports, buster-backports-sloppy
  • size: 184 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,248 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
Source: golang-github-golang-groupcache
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-goprotobuf-dev
Standards-Version: 4.1.1
Homepage: https://github.com/golang/groupcache
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-golang-groupcache.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-golang-groupcache.git
XS-Go-Import-Path: github.com/golang/groupcache
Testsuite: autopkgtest-pkg-go

Package: golang-github-golang-groupcache-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-goprotobuf-dev
Description: caching and cache-filling library, a replacement for memcached
 Groupcache is a caching and cache-filling library, intended as a
 replacement for memcached in many cases.
 .
 Like memcached, groupcache shards by key to select which peer is
 responsible for that key.  Unlike memcached, groupcache does not
 require running a separate set of servers, comes with a cache
 filling mechanism, and contains some other useful features.