golang-github-hashicorp-raft 1.0.0-1 source package in Ubuntu

Changelog

golang-github-hashicorp-raft (1.0.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release, with API incompatible changes.
  * Refresh patches.
  * Exclude fuzzy/ package from tests, to avoid circular dependency.

 -- Martín Ferrari <email address hidden>  Mon, 23 Oct 2017 04:25:54 +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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-raft_1.0.0-1.dsc 2.3 KiB 21e0da75da871e8c04d3a8118a5c253a7f857bca39037fd84d7ff6f41e73369e
golang-github-hashicorp-raft_1.0.0.orig.tar.gz 104.3 KiB 2acc5b6ecbbcb67fa8719fbec528ff4f826119aed714ada77fda929eec61d9d7
golang-github-hashicorp-raft_1.0.0-1.debian.tar.xz 7.1 KiB c1049727d65f907af773df23125d3342d5230df12d781f67aa3738a8de3da33a

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.