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 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).

    List of rpms provided by 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)

    Maintainer: Alexey Shabalin


      1. btrfs-progs
      2. pkgconfig(liblz4) >= 1.7.1
      3. pkgconfig(libuv) >= 1.18.0
      4. xfsprogs
      5. zfs-utils

    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