Source: golang-github-panjf2000-ants-dev
Section: devel
Priority: optional
Maintainer: zhouzilong <zhouzilong@uniontech.com>
Build-Depends: debhelper (>= 11), dh-golang, golang-any, golang-github-davecgh-go-spew-dev, golang-github-stretchr-testify-dev, golang-gopkg-yaml.v2-dev 
Standards-Version: 4.1.3
Homepage: https://github.com/panjf2000/ants
#Vcs-Browser: https://salsa.debian.org/debian/golang-github-panjf2000-ants-dev
#Vcs-Git: https://salsa.debian.org/debian/golang-github-panjf2000-ants-dev.git

Package: golang-github-panjf2000-ants-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A goroutine pool with fixed capacity.
 Library ants implements a goroutine pool with fixed capacity, managing and recycling a massive number of 
 goroutines, allowing developers to limit the number of goroutines in your concurrent programs.

