Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simon Spies
examples
Commits
69439eec
Commit
69439eec
authored
Feb 16, 2018
by
Ralf Jung
Browse files
bump Iris; add missing concurrent_stacks to _CoqProject
parent
82e114ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
_CoqProject
View file @
69439eec
...
...
@@ -14,6 +14,11 @@ theories/spanning_tree/mon.v
theories/spanning_tree/spanning.v
theories/spanning_tree/proof.v
theories/concurrent_stacks/concurrent_stack1.v
theories/concurrent_stacks/concurrent_stack2.v
theories/concurrent_stacks/concurrent_stack3.v
theories/concurrent_stacks/concurrent_stack4.v
theories/logrel/prelude/base.v
theories/logrel/stlc/lang.v
theories/logrel/stlc/typing.v
...
...
opam
View file @
69439eec
...
...
@@ -9,6 +9,6 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/iris_examples"]
depends: [
"coq-iris" { (= "dev.2018-0
1-21
.0") | (= "dev") }
"coq-iris" { (= "dev.2018-0
2-15
.0") | (= "dev") }
"coq-autosubst" { = "dev.coq86" }
]
Write
Preview
Supports
Markdown
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