Source: golang-github-bsm-pool Section: devel Priority: extra Maintainer: QA Group Build-Depends: debhelper (>= 10), dh-golang, golang-any, golang-ginkgo-dev, golang-gomega-dev Standards-Version: 4.1.0 Homepage: https://github.com/bsm/pool Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-bsm-pool.git Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-bsm-pool.git Testsuite: autopkgtest-pkg-go XS-Go-Import-Path: github.com/bsm/pool Package: golang-github-bsm-pool-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, golang-ginkgo-dev, golang-gomega-dev Description: simple connection pool library for Golang BSM Pool implements a simple connection pool for Go. . Features: - thread-safe - lock-free - stack-based rather than queue-based + connections that have been used recently are more likely to be re-used - supports pool shrinking (reap idle connections)