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

Merge branch 'ralf/opam' into 'master'

Allow compiling against "dev" version of Coq

See merge request robbertkrebbers/coq-stdpp!20
parents c016d3b1 a5bc9446
No related branches found
No related tags found
No related merge requests found
......@@ -10,5 +10,5 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/stdpp"]
depends: [
"coq" { >= "8.6" & < "8.8~" }
"coq" { (>= "8.6" & < "8.8~") | (= "dev") }
]
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