2025-05-18 14:23:55 +02:00
|
|
|
Source: golang-forgejo-go-chi-cache
|
|
|
|
Section: golang
|
|
|
|
Priority: optional
|
|
|
|
Maintainer: Daniel Baumann <daniel@debian.org>
|
|
|
|
Build-Depends:
|
|
|
|
debhelper-compat (= 13),
|
|
|
|
dh-sequence-golang,
|
|
|
|
golang-any,
|
|
|
|
golang-github-bradfitz-gomemcache-dev,
|
|
|
|
golang-github-stretchr-testify-dev,
|
|
|
|
Rules-Requires-Root: no
|
|
|
|
Standards-Version: 4.7.2
|
|
|
|
Homepage: https://code.forgejo.org/go-chi/cache
|
2025-05-25 20:59:06 +02:00
|
|
|
Vcs-Browser: https://forgejo.debian.net/golang/golang-forgejo-go-chi-cache
|
|
|
|
Vcs-Git: https://forgejo.debian.net/golang/golang-forgejo-go-chi-cache
|
2025-05-18 14:23:55 +02:00
|
|
|
Testsuite: autopkgtest-pkg-go
|
|
|
|
XS-Go-Import-Path: code.forgejo.org/go-chi/cache
|
|
|
|
|
|
|
|
Package: golang-forgejo-go-chi-cache-dev
|
2025-05-18 14:38:44 +02:00
|
|
|
Section: golang
|
2025-05-18 14:23:55 +02:00
|
|
|
Architecture: all
|
|
|
|
Multi-Arch: foreign
|
|
|
|
Depends:
|
|
|
|
golang-github-bradfitz-gomemcache-dev,
|
|
|
|
golang-github-stretchr-testify-dev,
|
|
|
|
${misc:Depends},
|
|
|
|
Description: transparent interface for different cache implementations (Go library)
|
|
|
|
cache is a Go library to have a transparent interface for a lot of cache
|
|
|
|
implementations, such as memory and Memcache.
|