File: control

package info (click to toggle)
golang-github-hashicorp-golang-lru 0.0~git20160207.0.a0d98a5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 140 kB
  • ctags: 93
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 873 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: golang-github-hashicorp-golang-lru
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>
Build-Depends: debhelper (>= 9), dh-golang, golang-go
Standards-Version: 3.9.6
Homepage: https://github.com/hashicorp/golang-lru
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-hashicorp-golang-lru.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-hashicorp-golang-lru.git
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.