uwplse / verdi-raft

An implementation of the Raft distributed consensus protocol, verified in Coq using the Verdi framework
BSD 2-Clause "Simplified" License
183 stars 19 forks source link

Set up OPAM package #46

Closed hackedy closed 7 years ago

hackedy commented 7 years ago

As packaged, this builds and installs all the verdi-raft proofs, but vard no longer builds by default.

I have built it successfully using Coq OPAM versions 8.6, 8.6.dev, and dev.

Everything is namespaced under VerdiRaft.

The autogenerated RaftState.v file is now tracked so that we don't need to depend on python for builds.

Do not merge until uwplse/verdi#113 is merged.