Source: golang-github-hashicorp-golang-lru Maintainer: Debian Go Packaging Team Uploaders: Tianon Gravi , Tim Potter , Anthony Fok Section: devel Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper (>= 10), dh-golang, golang-any Standards-Version: 4.2.1 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-golang-lru Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-golang-lru.git Homepage: https://github.com/hashicorp/golang-lru XS-Go-Import-Path: github.com/hashicorp/golang-lru Package: golang-github-hashicorp-golang-lru-dev Architecture: all Depends: ${misc:Depends}, ${shlibs:Depends} Description: Golang LRU cache This provides the lru package which implements a fixed-size thread safe LRU cache. It is based on the cache in Groupcache. . This package contains the source.