golang-github-hashicorp-golang-lru-v2 2.0.7-2 source package in Ubuntu

Changelog

golang-github-hashicorp-golang-lru-v2 (2.0.7-2) unstable; urgency=medium

  * Disable flaky ExampleLRU test

 -- Shengjing Zhu <email address hidden>  Wed, 10 Apr 2024 16:13:52 +0800

Upload details

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

See full publishing history Publishing

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-golang-lru-v2_2.0.7-2.dsc 2.0 KiB 441ed1c3f22254621316d80558f2a852bf9619d646bc3d9e6f4b71594cec8de6
golang-github-hashicorp-golang-lru-v2_2.0.7.orig.tar.gz 23.3 KiB 052198599fead20092fba176b9f948bd7c197554ca43e893bd95407b59f94cfd
golang-github-hashicorp-golang-lru-v2_2.0.7-2.debian.tar.xz 7.9 KiB d880e61579bcf496edbe2c12efaf0dfa3b99014ab5f3f00209af98bcfbfc9294

Available diffs

No changes file available.

Binary packages built by this source

golang-github-hashicorp-golang-lru-v2-dev: Golang LRU cache (v2 with support for generics)

 This provides the lru package which implements a fixed-size thread safe LRU
 cache. It is based on the cache in Groupcache. v2 adds support for generics.
 .
 This package contains the source.