File: control

package info (click to toggle)
golang-github-jellydator-ttlcache 3.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,191 bytes parent folder | download | duplicates (2)
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.