Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 431 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 431 Bytes

IO Checker

Automatic checker for lock-free concurrent programs in Coq.

Run

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