Source: golang-github-apparentlymart-go-workgraph
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Jani Heikkinen <jani.p.heikkinen@protonmail.ch>,
Build-Depends: debhelper-compat (= 13),
               dh-go,
               dpkg-build-api (= 1),
               golang-any,
               golang-github-google-go-cmp-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-apparentlymart-go-workgraph
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-apparentlymart-go-workgraph.git
Homepage: https://github.com/apparentlymart/go-workgraph
XS-Go-Import-Path: github.com/apparentlymart/go-workgraph

Package: golang-github-apparentlymart-go-workgraph-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-google-go-cmp-dev,
         ${misc:Depends},
Description: Coordinate interdependent concurrent work (library)
 Workgraph for Go
 .
 This is a relatively low-level utility library to help with situations
 where an overall result needs to be built from a number of
 interdependent goroutines whose final dependencies might not be
 discovered until runtime.
