raft 0.19.1-1 source package in Ubuntu

Changelog

raft (0.19.1-1) unstable; urgency=medium

  * New upstream release

 -- Free Ekanayaka <email address hidden> Wed, 03 Jan 2024 19:32:04 +0000

Upload details

Uploaded by:
Free Ekanayaka
Uploaded to:
Sid
Original maintainer:
Free Ekanayaka
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.19.1-1.dsc 2.0 KiB 1d550a55a5483326beeaf6357cd08261f8bf0b0b739c73fc782ecefd7fc153a4
raft_0.19.1.orig.tar.gz 346.4 KiB ae3e0e957d8a880e3b4a62018c1d0190480298c1a4c6f8934e0793314b6e3b89
raft_0.19.1-1.debian.tar.xz 5.8 KiB 34c3913d05178ca598bc3bac4a2ddca92e8e2da2ff1370677f0d903b83befabb

Available diffs

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.

libraft-tools: Raft Consensus protocol implementation - benchmarking programs

 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 tools for benchmarking the libraft library.

libraft-tools-dbgsym: debug symbols for libraft-tools
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