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 27 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/golang/golang-github-twin-gocache
Vcs-Git: https://forgejo.debian.net/golang/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.
|