Source: golang-github-karlseguin-ccache
Maintainer: Fast Forward Maintainers <maintainers@lists.fastforward.deb822.org>
XSBC-Uploaders: Daniel Baumann <daniel@debian.org>
XSBC-Original-Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
XSBC-Original-Uploaders: Tim Potter <tpot@hpe.com>
Bugs: mailto:maintainers@lists.fastforward.deb822.org
Section: devel
Priority: optional
Testsuite: autopkgtest-pkg-go
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-karlseguin-expect-dev
Standards-Version: 4.7.3
Vcs-Browser: https://git.fastforward.debian.net/trixie-fastforward-backports/golang-github-karlseguin-ccache
Vcs-Git: https://git.fastforward.debian.net/trixie-fastforward-backports/golang-github-karlseguin-ccache
XSBC-Original-Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-karlseguin-ccache
XSBC-Original-Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-karlseguin-ccache.git
Homepage: https://github.com/karlseguin/ccache
XS-Go-Import-Path: github.com/karlseguin/ccache

Package: golang-github-karlseguin-ccache-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-karlseguin-expect-dev
Description: Golang LRU Cache for high concurrency
 CCache is an LRU Cache, written in Go, focused on supporting high
 concurrency. Lock contention on the list is reduced by introducing a
 window which limits the frequency that an item can get promoted,
 using a buffered channel to queue promotions for a single worker, and
 garbage collecting within the same thread as the worker.
