File: control

package info (click to toggle)
golang-github-golang-groupcache 0.0~git20210331.41bb18b-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196 kB
  • sloc: makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,279 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
30
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-github-golang-protobuf-1-5-dev,
Standards-Version: 4.6.2
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
Multi-Arch: foreign
Depends: golang-github-golang-protobuf-1-5-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.