Language

Package: libraft @ 0.11.2

Synopsis

C implementation of the Raft consensus protocol

Description

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

Home page
https://github.com/canonical/raft
Location
gnu/packages/cluster.scm (line: 182, column: 2)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'gettext' does not match package name 'gettext-minimal'