Source: golang-github-sasha-s-go-deadlock Section: golang Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Aloïs Micard 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.