summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: bfae5b2df8b63029832c7d26b7b806dcec195e18 (plain)
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
29
30
Source: golang-github-jellydator-ttlcache
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Reinhard Tartler <siretart@tauware.de>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev,
               golang-golang-x-sync-dev,
               golang-uber-goleak-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jellydator-ttlcache
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jellydator-ttlcache.git
Homepage: https://github.com/jellydator/ttlcache
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/jellydator/ttlcache

Package: golang-github-jellydator-ttlcache-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-stretchr-testify-dev,
         golang-golang-x-sync-dev,
         golang-uber-goleak-dev,
         ${misc:Depends}
Description: In-memory cache with item expiration and generics (library)
 This golang library is used by projects such as cosign internally. Most
 users do not need to install this package.