Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Pierre-Marie Pédrot
Iris
Commits
f42513b7
Commit
f42513b7
authored
Jan 28, 2019
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update URL
parent
9896799d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
CONTRIBUTING.md
CONTRIBUTING.md
+1
-1
README.md
README.md
+3
-3
opam
opam
+2
-2
No files found.
CONTRIBUTING.md
View file @
f42513b7
...
@@ -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
...
...
README.md
View file @
f42513b7
...
@@ -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
)
.
opam
View file @
f42513b7
...
@@ -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"]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment