Source: golang-github-jacobsa-syncutil Maintainer: pkg-go Uploaders: Michael Stapelberg , Section: devel Testsuite: autopkgtest-pkg-go Priority: extra Build-Depends: debhelper (>= 9), dh-golang, golang-any, golang-github-jacobsa-oglematchers-dev, golang-github-jacobsa-ogletest-dev, golang-golang-x-net-dev, Standards-Version: 4.1.0 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-jacobsa-syncutil.git Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-jacobsa-syncutil.git Homepage: https://github.com/jacobsa/syncutil XS-Go-Import-Path: github.com/jacobsa/syncutil Package: golang-github-jacobsa-syncutil-dev Architecture: all Depends: golang-github-jacobsa-oglematchers-dev, golang-github-jacobsa-ogletest-dev, golang-golang-x-net-dev, ${misc:Depends}, ${shlibs:Depends}, Description: code that supplements the Go stdlib sync package This package contains code that supplements the sync package from the Go standard library. In particular: . * Bundle, which makes it easy to write code that spawns multiple cancellation-aware workers that may fail. * InvariantMutex, which makes it possible to automatically check your invariants at lock and unlock time.