golang-github-juju-mutex 0.0~git20171110.1fe2a4b-1 source package in Ubuntu

Changelog

golang-github-juju-mutex (0.0~git20171110.1fe2a4b-1) unstable; urgency=medium

  * Initial release (Closes: #886605)

 -- Alexandre Viau <email address hidden>  Sun, 07 Jan 2018 21:31:00 -0500

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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-juju-mutex_0.0~git20171110.1fe2a4b-1.dsc 2.3 KiB 3f1d29c635a6c89ce2af519c913371cdede1b6096340491624eced8cb5c94052
golang-github-juju-mutex_0.0~git20171110.1fe2a4b.orig.tar.xz 11.5 KiB 724aea2f8ca7231f0b934737c4d098c8f0709a75cc40be5db26d9006833ea1c2
golang-github-juju-mutex_0.0~git20171110.1fe2a4b-1.debian.tar.xz 2.0 KiB 08e5d1841ebef79d0c4e70ab50989982a239fb6b64c255a9625628bf95d5655c

No changes file available.

Binary packages built by this source

golang-github-juju-mutex-dev: named machine level mutex shareable between processes

 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.