| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 
 | Source: golang-github-ngaut-pools
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-ngaut-sync2-dev
Standards-Version: 4.1.1
Homepage: https://github.com/ngaut/pools
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-ngaut-pools
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-ngaut-pools.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/ngaut/pools
Package: golang-github-ngaut-pools-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-ngaut-sync2-dev
Description: provides pools for resources
 This Go library provides pools for managing resources such as connections.
 |