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
Pierre Roux
Iris
Commits
f42513b7
Commit
f42513b7
authored
6 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
update URL
parent
9896799d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CONTRIBUTING.md
+1
-1
1 addition, 1 deletion
CONTRIBUTING.md
README.md
+3
-3
3 additions, 3 deletions
README.md
opam
+2
-2
2 additions, 2 deletions
opam
with
6 additions
and
6 deletions
CONTRIBUTING.md
+
1
−
1
View file @
f42513b7
...
...
@@ -7,7 +7,7 @@ To contribute code, you need an
"Register" tab). Please send your MPI-SWS GitLab username to
[
Ralf Jung
](
https://gitlab.mpi-sws.org/jung
)
to enable personal projects for
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.
Please do
*not*
use the master branch of your fork, that might confuse CI. Use
...
...
This diff is collapsed.
Click to expand it.
README.md
+
3
−
3
View file @
f42513b7
...
...
@@ -22,9 +22,9 @@ This version is known to compile with:
-
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
[
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
[
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
...
...
@@ -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"
tab).
*
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.
*
To contribute to Iris itself, see the
[
contribution guide
](
CONTRIBUTING.md
)
.
This diff is collapsed.
Click to expand it.
opam
+
2
−
2
View file @
f42513b7
...
...
@@ -3,9 +3,9 @@ name: "coq-iris"
maintainer: "Ralf Jung <jung@mpi-sws.org>"
authors: "The Iris Team"
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"
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}%"]
install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/iris"]
...
...
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