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

update URL

parent 9896799d
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ To contribute code, you need an ...@@ -7,7 +7,7 @@ To contribute code, you need an
"Register" tab). Please send your MPI-SWS GitLab username to "Register" tab). Please send your MPI-SWS GitLab username to
[Ralf Jung](https://gitlab.mpi-sws.org/jung) to enable personal projects for [Ralf Jung](https://gitlab.mpi-sws.org/jung) to enable personal projects for
your account. Then you can fork the your account. Then you can fork the
[Iris git repository](https://gitlab.mpi-sws.org/FP/iris-coq/), make your [Iris git repository](https://gitlab.mpi-sws.org/iris/iris/), make your
changes in your fork, and create a merge request. changes in your fork, and create a merge request.
Please do *not* use the master branch of your fork, that might confuse CI. Use Please do *not* use the master branch of your fork, that might confuse CI. Use
......
...@@ -22,9 +22,9 @@ This version is known to compile with: ...@@ -22,9 +22,9 @@ This version is known to compile with:
- A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp) - A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp)
For a version compatible with Coq 8.6, have a look at the For a version compatible with Coq 8.6, have a look at the
[iris-3.1 branch](https://gitlab.mpi-sws.org/FP/iris-coq/tree/iris-3.1). [iris-3.1 branch](https://gitlab.mpi-sws.org/iris/iris/tree/iris-3.1).
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/iris/iris/tree/iris-3.0).
### Working *with* Iris ### Working *with* Iris
...@@ -123,6 +123,6 @@ that should be compatible with this version: ...@@ -123,6 +123,6 @@ that should be compatible with this version:
[MPI-SWS GitLab](https://gitlab.mpi-sws.org/users/sign_in) (use the "Register" [MPI-SWS GitLab](https://gitlab.mpi-sws.org/users/sign_in) (use the "Register"
tab). tab).
* If you want to report a bug, please use the * If you want to report a bug, please use the
[issue tracker](https://gitlab.mpi-sws.org/FP/iris-coq/issues), which also [issue tracker](https://gitlab.mpi-sws.org/iris/iris/issues), which also
requires an MPI-SWS GitLab account. requires an MPI-SWS GitLab account.
* To contribute to Iris itself, see the [contribution guide](CONTRIBUTING.md). * To contribute to Iris itself, see the [contribution guide](CONTRIBUTING.md).
...@@ -3,9 +3,9 @@ name: "coq-iris" ...@@ -3,9 +3,9 @@ name: "coq-iris"
maintainer: "Ralf Jung <jung@mpi-sws.org>" maintainer: "Ralf Jung <jung@mpi-sws.org>"
authors: "The Iris Team" authors: "The Iris Team"
homepage: "http://iris-project.org/" homepage: "http://iris-project.org/"
bug-reports: "https://gitlab.mpi-sws.org/FP/iris-coq/issues" bug-reports: "https://gitlab.mpi-sws.org/iris/iris/issues"
license: "BSD" license: "BSD"
dev-repo: "https://gitlab.mpi-sws.org/FP/iris-coq.git" dev-repo: "https://gitlab.mpi-sws.org/iris/iris.git"
build: [make "-j%{jobs}%"] build: [make "-j%{jobs}%"]
install: [make "install"] install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/iris"] remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/iris"]
......
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