1
0
Fork 0

Adding debian version 2.2.2-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-16 22:46:17 +02:00
parent 02ef45af86
commit ab394891f5
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
7 changed files with 76 additions and 0 deletions

28
debian/control vendored Normal file
View 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.