golang-github-juju-mutex 2.0.0-1 source package in Ubuntu

Changelog

golang-github-juju-mutex (2.0.0-1) unstable; urgency=medium

  * First upstream release
    - Update d/watch to track releases
  * Update Standards-Version in d/control (no changes needed)

 -- Mathias Gibbens <email address hidden>  Fri, 12 Aug 2022 13:52:54 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-juju-mutex_2.0.0-1.dsc 2.3 KiB 1c2d28fbaa634b28fb4e88d2fe67067adb12347383ec7ea1c4e9cb3a02311c33
golang-github-juju-mutex_2.0.0.orig.tar.gz 18.0 KiB d7d729436f59b2244334cf57ad605de4148f9c672c8f88d93c5672f39fc120a3
golang-github-juju-mutex_2.0.0-1.debian.tar.xz 2.8 KiB 9fbb316136307c667eac3c17638e0b70a795e205be924aadd96d4bc2eda8cd24

No changes file available.

Binary packages built by this source

golang-github-juju-mutex-dev: Provides a named machine level mutex shareable between processes (library)

 package mutex provides a named machine level mutex shareable between
 processes.
 .
 Mutexes have names. Each each name, only one mutex for that name can be
 acquired at the same time, within and across process boundaries. If a
 process dies while the mutex is held, the mutex is automatically released.