Пакет libraft: Информация

    Исходный пакет: libraft
    Версия: 0.11.3-alt1
    Собран:  14 августа 2023 г. 21:04 в задании #323137
    Категория: Разработка/C
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/canonical/raft

    Лицензия: Apache-2.0
    О пакете: Fully asynchronous C implementation of the Raft consensus protocol.
    Описание: 
    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).

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    libraft (x86_64, ppc64le, i586, armh, aarch64)
    libraft-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    libraft-devel (x86_64, ppc64le, i586, armh, aarch64)

    Сопровождающий: Alexey Shabalin

    Список участников:
    Alexey Shabalin
    Michael Shigorin
    Denis Pynkin

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

    Последнее изменение


    26 января 2022 г. Alexey Shabalin 0.11.3-alt1
    - new version 0.11.3
    9 декабря 2021 г. Alexey Shabalin 0.11.2-alt1
    - new version 0.11.2
    17 августа 2021 г. Michael Shigorin 0.9.25-alt2
    - introduced zfs knob (on by default)
    - spec cleanup