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

depend on autosubst

parent e45c694b
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -9,6 +9,7 @@ This version is known to compile with: ...@@ -9,6 +9,7 @@ This version is known to compile with:
- Coq 8.6.1 / 8.7.0 - Coq 8.6.1 / 8.7.0
- Ssreflect 1.6.4 - Ssreflect 1.6.4
- A development version of [Iris](https://gitlab.mpi-sws.org/FP/iris-coq/) - A development version of [Iris](https://gitlab.mpi-sws.org/FP/iris-coq/)
- The coq86-devel branch of [Autosubst](https://github.com/uds-psl/autosubst)
The easiest way to install the correct versions of the dependencies is through The easiest way to install the correct versions of the dependencies is through
opam. Once you got opam set up, just run `make build-dep` to install the right opam. Once you got opam set up, just run `make build-dep` to install the right
......
...@@ -10,4 +10,5 @@ install: [make "install"] ...@@ -10,4 +10,5 @@ install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/iris_examples"] remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/iris_examples"]
depends: [ depends: [
"coq-iris" { (= "dev.2017-10-28.10") | (= "dev") } "coq-iris" { (= "dev.2017-10-28.10") | (= "dev") }
"coq-autosubst" { = "dev.coq86" }
] ]
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