Source: golang-golang-x-sync Section: golang Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Dr. Tobias Quathamer , Anthony Fok Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.18~) Testsuite: autopkgtest-pkg-go Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-golang-x-sync Vcs-Git: https://salsa.debian.org/go-team/packages/golang-golang-x-sync.git Homepage: https://golang.org/x/sync XS-Go-Import-Path: golang.org/x/sync Package: golang-golang-x-sync-dev Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} Description: Supplemental Go synchronization libraries This package provides supplemental Go libraries (golang.org/x/sync) that were not included in the main distribution. It provides Go concurrency primitives in addition to the ones provided by the language ro the "sync" and "sync/atomic" packages. . Provides: - singleflight: provides a duplicate function call suppression mechanism - errgroup: provides synchronization, error propagation, and Context cancellation for groups of goroutines working on subtasks - semaphore: provides a weighted semaphore implementation - syncmap: provides a concurrent map implementation