File: control

package info (click to toggle)
golang-gopkg-tomb.v2 0.0~git20161208.d5d1b58-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bookworm-proposed-updates, bullseye, buster, sid, trixie
  • size: 84 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 945 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
Source: golang-gopkg-tomb.v2
Section: devel
Priority: extra
Homepage: https://github.com/go-tomb/tomb
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <alexandre@alexandreviau.net>,
           Tim Potter <tpot@hpe.com>,
           Michael Hudson-Doyle <michael.hudson@ubuntu.com>
Build-Depends: debhelper (>= 9), dh-golang, golang-go
Standards-Version: 3.9.6
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-tomb.v2.git
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-tomb.v2
XS-Go-Import-Path: gopkg.in/tomb.v2

Package: golang-gopkg-tomb.v2-dev
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: API to track the lifecyle of Golang goroutines, and provide clean termination
 Conventional API for clean goroutine termination. A Tomb tracks the
 lifecycle of a goroutine as alive, dying or dead, and the reason for
 its death.