raft 0.11.3-3 source package in Ubuntu

Changelog

raft (0.11.3-3) unstable; urgency=medium

  * Even lower malloc size for testing on mipsel.

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Fri, 28 Jan 2022 20:19:04 +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
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
raft_0.11.3-3.dsc 1.8 KiB 676b9f43aa900ac4a93c025bced1b2cf4ea8cb90fc5f7fec45318ccaa060df5e
raft_0.11.3.orig.tar.gz 321.8 KiB 82532c001b0fd1eeefb4bb4d333b36ab9476e0652f24ff28c1177b476274b896
raft_0.11.3-3.debian.tar.xz 5.3 KiB af2a19d5bad8e14b9e9a0d0a2bc8ad08a3e3674586162d729f9ce28c4ef94e09

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.

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