Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 784 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 784 Bytes

Iris Tactics for SSL

Coq tactics for the Iris framework to support certified program synthesis using SuSLik.

Requirements

Installing

With OPAM

We recommend installing with OPAM.

After cloning this repo:

# inside the ssl-iris folder
git submodule init && git submodule update
opam repo add coq-released https://coq.inria.fr/opam/released
opam repo add iris-dev https://gitlab.mpi-sws.org/iris/opam.git
opam pin add iris
opam pin add string-ident
opam install .

Manually

Run make clean && make install in the project root.