File: control

package info (click to toggle)
golang-github-jacobsa-syncutil 0.0~git20150615-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 88 kB
  • sloc: makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,395 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: golang-github-jacobsa-syncutil
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Michael Stapelberg <stapelberg@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-jacobsa-oglematchers-dev,
               golang-github-jacobsa-ogletest-dev,
               golang-golang-x-net-dev,
Standards-Version: 4.1.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jacobsa-syncutil
Vcs-Git: https://salsa.debian.org/go-team/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.