Skip to content

clef-men/caml5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building

You need to have opam >= 2.0 installed.

The recommended way is to run the following commands, which create a local opam switch, install dependencies and compile Coq proofs:

opam switch create . -y --deps-only --repos default,coq-released=https://coq.inria.fr/opam/released
eval $(opam env)
make

Alternatively, you can try to install dependencies in the current opam switch and compile Coq proofs:

make depend
make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages