Package libraft: Information
Source package: libraft
Version: 0.11.3-alt1
Build time: Aug 14, 2023, 09:04 PM in the task #323137
Category: Development/C
Report package bugHome page: https://github.com/canonical/raft
License: Apache-2.0
Summary: Fully asynchronous C implementation of the Raft consensus protocol.
Description:
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).
List of RPM packages built from this SRPM:
libraft (x86_64, ppc64le, i586, armh, aarch64)
libraft-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
libraft-devel (x86_64, ppc64le, i586, armh, aarch64)
libraft (x86_64, ppc64le, i586, armh, aarch64)
libraft-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
libraft-devel (x86_64, ppc64le, i586, armh, aarch64)
Maintainer: Alexey Shabalin
Last changed
Jan. 26, 2022 Alexey Shabalin 0.11.3-alt1
- new version 0.11.3
Dec. 9, 2021 Alexey Shabalin 0.11.2-alt1
- new version 0.11.2
Aug. 17, 2021 Michael Shigorin 0.9.25-alt2
- introduced zfs knob (on by default) - spec cleanup