raft 0.22.1-1 source package in Ubuntu

Changelog

raft (0.22.1-1) unstable; urgency=medium

  * New upstream release

 -- Free Ekanayaka <email address hidden>  Fri, 29 Mar 2024 09:35:11 +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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
raft_0.22.1-1.dsc 2.1 KiB b666536d53588e1dd0a512803a6a2fc34bb18424b7ac7fe1ee5fc9e19e9dfe0a
raft_0.22.1.orig.tar.gz 353.9 KiB 7e45b6f24f3671c9bfd5b146814493f87cb2e560712bd469c1f5969a4b94291a
raft_0.22.1-1.debian.tar.xz 6.0 KiB 570c1f241fa14d1ecbf91399c132d4e6f1027fc9d305f60be279a620f1f133ac

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