Automatic checker for lock-free concurrent programs in Coq.
Using OPAM for Coq, add the repositories:
opam repo add coq-released https://coq.inria.fr/opam/released
opam repo add coq-extra-dev https://coq.inria.fr/opam/extra-dev
and install the dependencies:
opam install -j4 -v coq:io:system
Compile the Coq code:
./configure.sh
make