Skip to content
Snippets Groups Projects
Commit ba28c6fa authored by Ralf Jung's avatar Ralf Jung
Browse files

make the README less outdated

parent aae0efc9
No related branches found
No related tags found
No related merge requests found
# IRIS COQ DEVELOPMENT
# IRIS COQ DEVELOPMENT, MOSEL VERSION
This is the Coq development of the [Iris Project](http://iris-project.org).
This is the Coq development of the [Iris Project](http://iris-project.org), in
the MoSeL version.
## Prerequisites
......@@ -9,12 +10,6 @@ This version is known to compile with:
- Coq 8.7.1 / 8.7.2
- A development version of [std++](https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp)
If you need to work with Coq 8.5, please check out the
[iris-3.0 branch](https://gitlab.mpi-sws.org/FP/iris-coq/tree/iris-3.0). For
Coq 8.6, the
[iris-3.1 branch](https://gitlab.mpi-sws.org/FP/iris-coq/tree/iris-3.1) should
still work.
## Installing via opam
To obtain the latest stable release via opam (1.2.2 or newer), you have to add
......@@ -61,9 +56,11 @@ followed by `make build-dep`.
to build Iris, the program logic. This includes weakest preconditions that
are defined for any language satisfying some generic axioms, and some derived
constructions that work for any such language.
* The folder [proofmode](theories/proofmode) contains the Iris proof mode, which
extends Coq with contexts for persistent and spatial Iris assertions. It also
contains tactics for interactive proofs in Iris. Documentation can be found in
* The folder [bi](theories/bi) contains the BI++ laws, as well as derived
connectives, laws and constructions that are applicable for general BIS.
* The folder [proofmode](theories/proofmode) contains MoSeL, which extends Coq
with contexts for intuitionistic and spatial BI++ assertions. It also contains
tactics for interactive proofs. Documentation can be found in
[ProofMode.md](ProofMode.md).
* The folder [heap_lang](theories/heap_lang) defines the ML-like concurrent heap
language
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment