File: control

package info (click to toggle)
golang-github-hashicorp-golang-lru-v2 2.0.7-2~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 256 kB
  • sloc: makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,046 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: golang-github-hashicorp-golang-lru-v2
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any (>= 2:1.18~)
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-golang-lru-v2
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-golang-lru-v2.git
Homepage: https://github.com/hashicorp/golang-lru
XS-Go-Import-Path: github.com/hashicorp/golang-lru/v2

Package: golang-github-hashicorp-golang-lru-v2-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: 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.