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

Changelog

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

  * Initial release for v2 which supports generics (Closes: #1032535).
    Adapted from golang-github-hashicorp-golang-lru (0.5.4-2) and
    updated to the latest packaging standards.
  * Fix copyright information for simplelru/list.go
    which was adapted for simplelru in v2.0.0 from src/container/list/list.go
    Copyright (c) 2019 The Go Authors.  Thanks to Thorsten Alteholz for
    catching my oversight and correcting the authorship for the file!

 -- Anthony Fok <email address hidden>  Tue, 14 Mar 2023 15:35:14 -0600

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

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-golang-lru-v2_2.0.1-1.dsc 2.3 KiB 6846c3d0b5d7b6ac9a0193dedf266986ef3c3ba2788789a90b4b44851973c041
golang-github-hashicorp-golang-lru-v2_2.0.1.orig.tar.gz 16.1 KiB 9166b867fc950225947c13373fbb5758405f2f1d546b755e3b5087e4971f56f8
golang-github-hashicorp-golang-lru-v2_2.0.1-1.debian.tar.xz 7.4 KiB 46332f746f48a3f3d872f0fb3be66b962e1e626e0ae9f3dc69b47983958b7808

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.