Codebase list golang-github-renekroon-ttlcache / 580e25e
add new B-D on golang-golang-x-sync-dev Sascha Steinbiss 2 years ago
2 changed file(s) with 5 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 golang-github-renekroon-ttlcache (2.7.0+ds-1) experimental; urgency=medium
11
22 * New upstream release.
3 * Add new B-D on golang-golang-x-sync-dev.
34
45 -- Sascha Steinbiss <satta@debian.org> Mon, 07 Jun 2021 13:48:36 +0200
56
55 Build-Depends: debhelper-compat (= 13),
66 dh-golang,
77 golang-any,
8 golang-github-stretchr-testify-dev
8 golang-github-stretchr-testify-dev,
9 golang-golang-x-sync-dev
910 Standards-Version: 4.5.1
1011 Rules-Requires-Root: no
1112 Homepage: https://github.com/ReneKroon/ttlcache
1718 Package: golang-github-renekroon-ttlcache-dev
1819 Architecture: all
1920 Depends: ${misc:Depends},
20 golang-github-stretchr-testify-dev
21 golang-github-stretchr-testify-dev,
22 golang-golang-x-sync-dev
2123 Description: In-memory string-interface{} map with expiration for Golang
2224 TTLCache is a simple key/value cache in golang with the following functions:
2325 .