golang-github-hashicorp-memberlist 0.5.0-1 source package in Ubuntu

Changelog

golang-github-hashicorp-memberlist (0.5.0-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Refresh patches

 -- Daniel Swarbrick <email address hidden>  Thu, 27 Jul 2023 13:05:06 +0000

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-memberlist_0.5.0-1.dsc 2.6 KiB 2156550aa7e048cabc50f33e102d00e2263b52b2356f715f9c4cf5f07674e98c
golang-github-hashicorp-memberlist_0.5.0.orig.tar.xz 83.6 KiB 9cf6417bd5a481064a05a7c72ba33587df875775ffce4ef21d715f06b5b9b159
golang-github-hashicorp-memberlist_0.5.0-1.debian.tar.xz 11.4 KiB c35046e58a4b6ec2c50bb435380446f8d4dc44f90c7d66792b3dc8071fd7beec

Available diffs

No changes file available.

Binary packages built by this source

golang-github-hashicorp-memberlist-dev: Golang package for gossip based membership and failure detection

 memberlist is a Go library that manages cluster membership and member failure
 detection using a gossip based protocol.
 .
 The use cases for such a library are far-reaching: all distributed systems
 require membership, and memberlist is a re-usable solution to managing cluster
 membership and node failure detection.
 .
 memberlist is eventually consistent but converges quickly on average. The speed
 at which it converges can be heavily tuned via various knobs on the protocol.
 Node failures are detected and network partitions are partially tolerated by
 attempting to communicate to potentially dead nodes through multiple routes.
 This package contains the source.