jeehoonkang / iRRAM-coq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iRRAM-coq: Hoare logic for iRRAM in Coq

This repository contains the Coq development of a Hoare logic for iRRAM for supporting fearless verification.

Dependencies

The master branch is known to compile with:

Build

The recommended way to build the development is using OPAM. To avoid conflicts with existing packages, we recommend to create a new opam switch:

opam switch iRRAM-coq --alias-of=4.04.0

It should work for any compiler version upwards of 4.04.0. After compiling OCaml, the new switch needs to be activated in your current shell. opam will print the necessary instructions.

To find all the dependencies of iRRAM-coq, opam needs to know about the Coq opam archive. This can be achieved by executing:

opam repo add coq-released https://coq.inria.fr/opam/released

Now, execute make dep to install all dependencies of iRRAM-coq. Finally, execute make to quickly compile the development, and make build for fully build the development.

Run ilog2

opam install ocamlbuild batteries # install OCaml libraries
./run_ilog2.sh

About

License:MIT License


Languages

Language:Coq 94.0%Language:OCaml 3.4%Language:Makefile 1.1%Language:Shell 1.1%Language:C++ 0.4%