raft 0.9.25-1 source package in Ubuntu

Changelog

raft (0.9.25-1) unstable; urgency=medium

  * Initial release (closes: #970521).

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Tue, 15 Sep 2020 21:37:35 +0200

Upload details

Uploaded by:
Laszlo Boszormenyi
Uploaded to:
Sid
Original maintainer:
Laszlo Boszormenyi
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
raft_0.9.25-1.dsc 1.7 KiB 6ad212d6564c4abbbdc5037ffb34bba23ab733d1c0ecedf43a581b650724d975
raft_0.9.25.orig.tar.gz 306.1 KiB fac55dc1cea66c7e2e6525d3be0aebedff8c31ec568efb6a911c6bb0ea99268d
raft_0.9.25-1.debian.tar.xz 3.8 KiB dbf2a41ff01e3c0dfd0c63db270903ea026b0d526589d34979406f9239d34a3f

No changes file available.

Binary packages built by this source

libraft-dev: No summary available for libraft-dev in ubuntu hirsute.

No description available for libraft-dev in ubuntu hirsute.

libraft0: Raft Consensus protocol implementation - shared library

 Fully asynchronous C implementation of the Raft consensus protocol.
 .
 The library has modular design: its core part implements only the core Raft
 algorithm logic, in a fully platform independent way. On top of that, a
 pluggable interface defines the I/O implementation for networking
 (send/receive RPC messages) and disk persistence (store log entries and
 snapshots).
 .
 This package contains the C library needed to run executables that use Raft
 Consensus protocol.

libraft0-dbgsym: debug symbols for libraft0