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

Changelog

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

  * New upstream version 2.0.7
  * debian/copyright: Files: simplelru/list.go → internal/list.go

 -- Anthony Fok <email address hidden>  Fri, 23 Feb 2024 17:43:55 -0700

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-golang-lru-v2_2.0.7-1.dsc 2.3 KiB ea417e9d66b7710a7433390109305e6a95377e8c3c8c1a6b65955c5796fb72f0
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-1.debian.tar.xz 7.5 KiB 3861df6f951404cfb17f94a4536bc2e28cea1381291fc0912e6e41041a31871d

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.