An implementation of the Raft algorithm in Ocaml (replaced by Scow)
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
examples
lib
tests
.gitignore
LICENSE
Makefile
README.org
env_trampoline

README.org

About

An Ocaml implementation of the Raft algorithm. This is a pure library and only implements the state machine of Raft.