golang-github-golang-groupcache 0.0~git20210331.41bb18b-1 source package in Ubuntu

Changelog

golang-github-golang-groupcache (0.0~git20210331.41bb18b-1) unstable; urgency=medium

  * Team upload
  * New upstream version
  * Remove unneeded Files-Excluded from d/copyright

 -- Mathias Gibbens <email address hidden>  Sat, 29 Jul 2023 16:11:55 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-golang-groupcache_0.0~git20210331.41bb18b-1.dsc 2.4 KiB 9b5c559a81c446d108f32dbab2c39a049386e3330885b2b3b150f5068940f99f
golang-github-golang-groupcache_0.0~git20210331.41bb18b.orig.tar.xz 23.0 KiB 27fd951f181ad70ef13b1b1fde233caa8f0db2e217215d9d65630fe3e45cdbcb
golang-github-golang-groupcache_0.0~git20210331.41bb18b-1.debian.tar.xz 2.6 KiB d448931d08acc16018c417e8530b05721fa040d4085e665d58e70bcd69dee948

No changes file available.

Binary packages built by this source

golang-github-golang-groupcache-dev: 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.