raft 0.21.0-1 source package in Ubuntu

Changelog

raft (0.21.0-1) unstable; urgency=medium

  [ Free Ekanayaka ]
  * New upstream release
  * d/libraft0.symbols: Update public APIs

  [ Mathias Gibbens ]
  * Fixup d/changelog
  * Cleanup d/libraft0.symbols

 -- Mathias Gibbens <email address hidden>  Fri, 02 Feb 2024 19:26:01 +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.21.0-1.dsc 2.0 KiB d79658076edd4d72af8b46822ab6bc8585507d9fbc1ac4612f2e209084fa780c
raft_0.21.0.orig.tar.gz 354.4 KiB fa6aca0dcf84e1218a6099b6110396e4c148edac62f7b9449436c5b8ad20d733
raft_0.21.0-1.debian.tar.xz 5.9 KiB 2b0a437ee48babe1fb074db1a9f842e074af94b6bfee2e8eb7502ecf71462466

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