Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37480323
en ru br
ALT Linux repos
S:0.17.1-alt1

Group :: Development/C
RPM: libraft

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.17.1-alt1
Build date: 3 august 2023, 16:28 ( 37.7 weeks ago )
Size: 256.24 Kb

Home page:   https://github.com/canonical/raft

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

Current maintainer: Alexey Shabalin

List of contributors

List of rpms provided by this srpm:

  • libraft
  • libraft-debuginfo
  • libraft-devel
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin