Package libraft: Information

    Binary package: libraft
    Version: 0.11.3-alt1
    Architecture: x86_64
    Build time:  Aug 14, 2023, 09:04 PM in the task #323137
    Source package: libraft
    Category: Development/C
    Report package bug
    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).

    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