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
|
Source: golang-github-karrick-goswarm
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Christos Trochalakis <ctrochalakis@debian.org>,
Mpampis Kostas <charkost.rb@gmail.com>,
Build-Depends: debhelper (>= 11),
dh-golang,
golang-any,
Standards-Version: 4.1.3
Homepage: https://github.com/karrick/goswarm
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-karrick-goswarm
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-karrick-goswarm.git
XS-Go-Import-Path: github.com/karrick/goswarm
Testsuite: autopkgtest-pkg-go
Package: golang-github-karrick-goswarm-dev
Architecture: all
Depends: ${misc:Depends},
${shlibs:Depends},
Description: Memoization with asynchronous revalidation for Go
goswarm is a library for storing the results of expensive function calls
and returning the cached result when the same input key occurs again.
.
In addition, it provides stale-while-revalidate and stale-if-error compatible
features.
|