Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaëtan Gilbert
Iris
Commits
38ba379f
Commit
38ba379f
authored
6 years ago
by
Ralf Jung
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into gen_proofmode
parents
f9fc75c6
6bb2f803
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+14
-9
14 additions, 9 deletions
README.md
ci
+1
-1
1 addition, 1 deletion
ci
with
15 additions
and
10 deletions
README.md
+
14
−
9
View file @
38ba379f
...
@@ -21,23 +21,28 @@ For a version compatible with Coq 8.6, have a look at the
...
@@ -21,23 +21,28 @@ For a version compatible with Coq 8.6, have a look at the
If you need to work with Coq 8.5, please check out the
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
)
.
[
iris-3.0 branch
](
https://gitlab.mpi-sws.org/FP/iris-coq/tree/iris-3.0
)
.
###
Installing via opam
###
Working *with* Iris
To obtain the latest stable release via opam (1.2.2 or newer), you have to add
To use Iris in your own proofs, we recommend you install Iris via opam (1.2.2 or
the Coq opam repository:
newer). To obtain the latest stable release, you have to add the Coq opam
repository:
opam repo add coq-released https://coq.inria.fr/opam/released
opam repo add coq-released https://coq.inria.fr/opam/released
Then you can do
`opam install coq-iris`
.
To obtain a development version, also add the Iris opam repository:
To obtain a development version, add the Iris opam repository:
opam repo add iris-dev https://gitlab.mpi-sws.org/FP/opam-dev.git
opam repo add iris-dev https://gitlab.mpi-sws.org/FP/opam-dev.git
### Building from source
Either way, you can now do
`opam install coq-iris`
. To fetch updates later, run
`opam update && opam upgrade`
. However, notice that we do not guarnatee
backwards-compatibility, so upgrading Iris may break your Iris-using
developments.
### Working *on* Iris
When building Iris from source, we recommend to use opam (1.2.2 or newer) for
To work on Iris itself, you need to install its build-dependencies. Again we
installing Iris's dependencies. This requires the following two repositories:
recommend you do that with opam (1.2.2 or newer). This requires the following
two repositories:
opam repo add coq-released https://coq.inria.fr/opam/released
opam repo add coq-released https://coq.inria.fr/opam/released
opam repo add iris-dev https://gitlab.mpi-sws.org/FP/opam-dev.git
opam repo add iris-dev https://gitlab.mpi-sws.org/FP/opam-dev.git
...
...
This diff is collapsed.
Click to expand it.
ci
@
1664067b
Compare
8324acef
...
1664067b
Subproject commit
8324acefba3ffef86b4c5eca3c961ce69dc4dd02
Subproject commit
1664067bf3f01bd7a081874d26c21e26ad2a3bbf
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment