raft 0.11.2+git211214-1 source package in Ubuntu

Changelog

raft (0.11.2+git211214-1) unstable; urgency=medium

  * New git snapshot release.

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Mon, 27 Dec 2021 17:34:50 +0100

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.11.2+git211214-1.dsc 1.8 KiB 6f9c0a6969c5fcd49f50855e65dcaec20f280f52c5203b5970304294460147ed
raft_0.11.2+git211214.orig.tar.xz 236.7 KiB 26d7c9a0d1a5eb35f518eaad1edf661d76ecf3d21f7e3bfc4440d89f033cef64
raft_0.11.2+git211214-1.debian.tar.xz 4.5 KiB 47af699b0985e1f7fd81fb3571f7e84bad5559bea86ff3639487ef0b38163415

No changes file available.

Binary packages built by this source

libraft-dev: Raft Consensus protocol implementation - development files

 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 development headers and library files needed to
 compile programs using Raft Consensus protocol.

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