golang-github-hashicorp-raft 1.0.0+git20171204.0919aa6-2 source package in Ubuntu

Changelog

golang-github-hashicorp-raft (1.0.0+git20171204.0919aa6-2) unstable; urgency=medium

  * point Vcs-* urls to salsa.d.o subproject

 -- Alexandre Viau <email address hidden>  Thu, 25 Jan 2018 16:28:52 -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-hashicorp-raft_1.0.0+git20171204.0919aa6-2.dsc 2.5 KiB eb23976da05785f116039d91d9e4da75ad4d51833bf522342fed69fbb56253ae
golang-github-hashicorp-raft_1.0.0+git20171204.0919aa6.orig.tar.xz 84.5 KiB 6330eafcc6b9102e5ca06954be3ba0aadc308bf6bf81b8dd8ca34ad21aa8fa37
golang-github-hashicorp-raft_1.0.0+git20171204.0919aa6-2.debian.tar.xz 7.2 KiB fcccb3693af4de4fba4551037fcc3b58f4bf453710a23db2879a341b8b6d114c

No changes file available.

Binary packages built by this source

golang-github-hashicorp-raft-dev: implementation of the Raft consensus protocol

 raft is a Go library that manages a replicated log and can be
 used with an FSM to manage replicated state machines. It is
 a library for providing consensus.