Skip to content
/ checker Public

Automatic checker for lock-free concurrent programs in Coq.

License

Notifications You must be signed in to change notification settings

coq-io/checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Automatic checker for lock-free concurrent programs in Coq.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages