Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Abel Nieto
Iris
Commits
06fe24ac
Commit
06fe24ac
authored
6 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
update some URLs
parent
5221eb39
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-6
6 additions, 6 deletions
README.md
with
6 additions
and
6 deletions
README.md
+
6
−
6
View file @
06fe24ac
...
...
@@ -36,7 +36,7 @@ repository:
To obtain a development version, also 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/
iris
/opam.git
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
...
...
@@ -50,7 +50,7 @@ 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 iris-dev https://gitlab.mpi-sws.org/
FP
/opam
-dev
.git
opam repo add iris-dev https://gitlab.mpi-sws.org/
iris
/opam.git
Once you got opam set up, run
`make build-dep`
to install the right versions
of the dependencies.
...
...
@@ -89,7 +89,7 @@ followed by `make build-dep`.
*
The subfolder
[
lib
](
theories/heap_lang/lib
)
contains a few derived
constructions within this language, e.g., parallel composition.
For more examples of using Iris and heap_lang, have a look at the
[
Iris Examples
](
https://gitlab.mpi-sws.org/
FP/
iris
-
examples
)
.
[
Iris Examples
](
https://gitlab.mpi-sws.org/iris
/
examples
)
.
*
The folder
[
tests
](
theories/tests
)
contains modules we use to test our
infrastructure. Users of the Iris Coq library should
*not*
depend on these
modules; they may change or disappear without any notice.
...
...
@@ -101,10 +101,10 @@ that should be compatible with this version:
*
[
Iris Examples
](
https://gitlab.mpi-sws.org/iris/examples
)
is where we
collect miscellaneous case studies that do not have their own repository.
*
[
LambdaRust
](
https://gitlab.mpi-sws.org/
FP/L
ambda
R
ust
-coq/
)
is a Coq
*
[
LambdaRust
](
https://gitlab.mpi-sws.org/
iris/l
ambda
-r
ust
)
is a Coq
formalization of the core Rust type system.
*
[
i
GP
S
](
https://gitlab.mpi-sws.org/
FP/sra-gps/tree/gen_proofmode_WIP
)
is a
logic for release-acquire
memory.
*
[
GP
FSL
](
https://gitlab.mpi-sws.org/
iris/gpfsl
)
is a logic for release-acquire
and relaxed
memory.
*
[
Iron
](
https://gitlab.mpi-sws.org/iris/iron
)
is a linear separation logic
built on top of Iris for precise reasoning about resources (such as making
sure there are no memory leaks).
...
...
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