File: control

package info (click to toggle)
golang-github-golang-groupcache 0.0~git20200121.8c9f03a-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 196 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,227 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: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>,
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-goprotobuf-dev,
Standards-Version: 4.5.1
Homepage: https://github.com/golang/groupcache
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-golang-groupcache
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-golang-groupcache.git
XS-Go-Import-Path: github.com/golang/groupcache
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-golang-groupcache-dev
Architecture: all
Depends: golang-goprotobuf-dev,
         ${misc:Depends},
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.