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
|
Source: golang-github-sasha-s-go-deadlock
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Aloïs Micard <creekorful@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-petermattis-goid-dev (>= 0.0~git20240813.4fcff4a~)
Standards-Version: 4.6.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
Rules-Requires-Root: no
Package: golang-github-sasha-s-go-deadlock-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-petermattis-goid-dev (>= 0.0~git20240813.4fcff4a~),
${misc:Depends}
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.
|