1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: golang-github-sasha-s-go-deadlock
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 9),
dh-golang,
golang-go
Standards-Version: 4.0.0
Homepage: https://github.com/sasha-s/go-deadlock
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-sasha-s-go-deadlock
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-sasha-s-go-deadlock.git
XS-Go-Import-Path: github.com/sasha-s/go-deadlock
Testsuite: autopkgtest-pkg-go
Package: golang-github-sasha-s-go-deadlock-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-go
Description: Online deadlock detection in go
Online deadlock detection in go (golang). go-deadlock provides
(RW)Mutex drop-in replacements for sync.(RW)Mutex. It would
not work if you create a spaghetti of channels. Mutexes only.
|