golang-github-nebulouslabs-demotemutex 0.0~git20151003.0.235395f-1.1 source package in Ubuntu

Changelog

golang-github-nebulouslabs-demotemutex (0.0~git20151003.0.235395f-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Sat, 09 Jan 2021 13:38:22 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
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
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-nebulouslabs-demotemutex_0.0~git20151003.0.235395f-1.1.dsc 2.4 KiB 177a6697fd4b09a7dda26592b76725a5ec77f4c15b21831d16c15fea1e539699
golang-github-nebulouslabs-demotemutex_0.0~git20151003.0.235395f.orig.tar.xz 2.4 KiB 79e9287a51b541058d5cb7b8ea663b4ebaf4b1e9b22e47fd55b30d62c8ea0bfc
golang-github-nebulouslabs-demotemutex_0.0~git20151003.0.235395f-1.1.debian.tar.xz 1.8 KiB f7c03f40474c9b0e774edebdbc015fe689bd54fda7d62a3c429e64e885554daf

No changes file available.

Binary packages built by this source

golang-github-nebulouslabs-demotemutex-dev: Allow an RWMutex writelock to be demoted to a readlock.

 This package provides an extension to sync.Mutex that allows a writelock to be
 demoted to a readlock without releasing control to other writelocks.