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

Исходный пакет: libraft
Версия: 0.9.17-alt1
Собран:  17 апреля 2020 г. 20:08 в задании #249995
Категория: Разработка/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, aarch64)
libraft-debuginfo (x86_64, ppc64le, i586, aarch64)
libraft-devel (x86_64, ppc64le, i586, aarch64)

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

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

    1. libuv-devel
    2. btrfs-progs
    3. xfsprogs
    4. zfs-utils

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


14 апреля 2020 г. Alexey Shabalin 0.9.17-alt1
- Update to 0.9.17
13 ноября 2019 г. Denis Pynkin 0.9.9-alt1
- Update
29 сентября 2019 г. Denis Pynkin 0.9.6-alt1
- Initial version for ALTLinux