Source: golang-github-marusama-semaphore
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Mikhail Potemkin <potemkinmr@gmail.com>,
 Otto Kekäläinen <otto@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 dpkg-build-api (= 1),
 golang-any,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-marusama-semaphore
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-marusama-semaphore.git
Homepage: https://github.com/marusama/semaphore
XS-Go-Import-Path: github.com/marusama/semaphore/v2

Package: golang-github-marusama-semaphore-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: Fast resizable golang semaphore primitive (library)
 Fast resizable golang semaphore based on CAS
 .
  * allows weighted acquire/release;
  * supports cancellation via context;
  * allows change semaphore limit after creation;
  * faster than channel based semaphores.
