Adding debian version 2.2.2-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
02ef45af86
commit
ab394891f5
7 changed files with 76 additions and 0 deletions
28
debian/control
vendored
Normal file
28
debian/control
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
Source: golang-github-twin-gocache
|
||||
Section: golang
|
||||
Priority: optional
|
||||
Maintainer: Daniel Baumann <daniel@debian.org>
|
||||
Build-Depends:
|
||||
debhelper-compat (= 13),
|
||||
dh-sequence-golang,
|
||||
golang-any,
|
||||
Rules-Requires-Root: no
|
||||
Standards-Version: 4.7.2
|
||||
Homepage: https://github.com/TwiN/gocache
|
||||
Vcs-Browser: https://forgejo.debian.net/gatus/golang-github-twin-gocache
|
||||
Vcs-Git: https://forgejo.debian.net/gatus/golang-github-twin-gocache
|
||||
Testsuite: autopkgtest-pkg-go
|
||||
XS-Go-Import-Path: github.com/TwiN/gocache
|
||||
|
||||
Package: golang-github-twin-gocache-dev
|
||||
Section: golang
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
Description: High-performance, lightweight in-memory cache (Go library)
|
||||
gocache is high-performance, lightweight and thread-safe (goroutine-safe)
|
||||
in-memory key-value cache.
|
||||
.
|
||||
It supports LRU and FIFO eviction policies as well as expiration, bulk
|
||||
operations and retrieval of keys by pattern.
|
Loading…
Add table
Add a link
Reference in a new issue