File: control

package info (click to toggle)
golang-github-hashicorp-golang-lru 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 160 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,006 bytes parent folder | download
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
26
Source: golang-github-hashicorp-golang-lru
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>,
           Tim Potter <tpot@hpe.com>,
           Anthony Fok <foka@debian.org>
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.