golang-github-weaveworks-mesh 0.1+git20180323.0c91e69-1 source package in Ubuntu

Changelog

golang-github-weaveworks-mesh (0.1+git20180323.0c91e69-1) unstable; urgency=medium

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Martín Ferrari ]
  * New upstream snapshot, needed for prometheus-alertmanager.
  * Automated cme fixes.
  * Update debhelper compat to 11.

 -- Martín Ferrari <email address hidden>  Mon, 16 Apr 2018 15:03:38 +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

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-weaveworks-mesh_0.1+git20180323.0c91e69-1.dsc 2.4 KiB f2f8c37b0ff3d33e405f9a83e7fb501d28a054330e53949e047d045dc05eef62
golang-github-weaveworks-mesh_0.1+git20180323.0c91e69.orig.tar.gz 68.0 KiB bbd83ee2e6d1485d9f827257ac19d16afba6767e3c15314035aec3257a4bc837
golang-github-weaveworks-mesh_0.1+git20180323.0c91e69-1.debian.tar.xz 2.1 KiB f2653ab1847b55bdcaefc5ff515ee9725969d1a3b225a156f21c709cd8fbaead

No changes file available.

Binary packages built by this source

golang-github-weaveworks-mesh-dev: go library to build distributed systems

 Mesh implements a gossip protocol that provide membership, unicast, and
 broadcast functionality with eventually-consistent semantics. In CAP terms, it
 is AP: highly-available and partition-tolerant.
 .
 Mesh works in a wide variety of network setups, including thru NAT and
 firewalls, and across clouds and datacenters. It works in situations where
 there is only partial connectivity, i.e. data is transparently routed across
 multiple hops when there is no direct connection between peers. It copes with
 partitions and partial network failure. It can be easily bootstrapped,
 typically only requiring knowledge of a single existing peer in the mesh to
 join. It has built-in shared-secret authentication and encryption. It scales
 to on the order of 100 peers, and has no dependencies.