Package libraft: Information

    Binary package: libraft
    Version: 0.9.25-alt1
    Architecture: x86_64
    Build time:  Jul 15, 2021, 05:35 PM in the task #279000
    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

    List of contributors:
    Alexey Shabalin
    Denis Pynkin

    Last changed


    Jan. 15, 2021 Alexey Shabalin 0.9.25-alt1
    - new version 0.9.25
    April 14, 2020 Alexey Shabalin 0.9.17-alt1
    - Update to 0.9.17
    Nov. 13, 2019 Denis Pynkin 0.9.9-alt1
    - Update