coq-program-verification-template icon indicating copy to clipboard operation
coq-program-verification-template copied to clipboard

Template project for program verification in Coq, showcasing reasoning on CompCert's Clight language using the Verified Software Toolchain [maintainer=@palmskog]

Results 2 coq-program-verification-template issues
Sort by recently updated
recently updated
newest added

I'm a relatively new user in using both `make` and `dune` to manage by coq projects. With this program verification template it has enabled me to make use of the...

It seems like most of the CI time is spent on building the dependencies. Is there a way to tell the CI to cache the files for e.g. CompCert in...