golang-github-jacobsa-syncutil 0.0~git20150615-3 source package in Ubuntu

Changelog

golang-github-jacobsa-syncutil (0.0~git20150615-3) unstable; urgency=medium

  * Team upload.
  * debian/control: Remove references to obsolete golang-go.net-dev (also from
    Depends).
  * debian/rules: Replaced DH_GOPKG with XS-Go-Import-Path.

 -- Martín Ferrari <email address hidden>  Mon, 28 Aug 2017 03:29:12 +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
Jammy release universe misc
Focal release universe misc
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-jacobsa-syncutil_0.0~git20150615-3.dsc 2.4 KiB 2c8e7e933a741e9b3bab38d6e76a9bfb6600a4c99c889d22d3f59d7b6ce7aec4
golang-github-jacobsa-syncutil_0.0~git20150615.orig.tar.bz2 7.8 KiB 131f2213fa33bacde3cd3f948a9865666488a705277d3cb5a395224cd89db9d0
golang-github-jacobsa-syncutil_0.0~git20150615-3.debian.tar.xz 1.9 KiB cab3e5bc8a310e6359009d5ba6d7ad7848bedbcc828186c4d72ee9c548bfd6cc

No changes file available.

Binary packages built by this source

golang-github-jacobsa-syncutil-dev: code that supplements the Go stdlib sync package

 This package contains code that supplements the sync package from the Go
 standard library. In particular:
 .
  * Bundle, which makes it easy to write code that spawns multiple
    cancellation-aware workers that may fail.
  * InvariantMutex, which makes it possible to automatically check your
    invariants at lock and unlock time.