Implementation of paxos in c, in theory.
./configure make make check
- distributed locks api
- ephemeral locks for leader election
- "reserved" slots
- backup/restore node
- redirectable log/output
- code cleanup/documentation
- JSON protocol instead of native
- ruby/java clients