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
Rodolphe Lepigre
stdpp
Commits
a21a91dd
Commit
a21a91dd
authored
Sep 18, 2017
by
Ralf Jung
Browse files
don't claim to be compatible with arbitrary dev version of Coq
parent
65d6ada3
Changes
1
Hide whitespace changes
Inline
Side-by-side
opam
View file @
a21a91dd
...
...
@@ -13,5 +13,5 @@ build: [
install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/stdpp'" ]
depends: [
"coq" {
(
(>= "8.6" & < "8.8~")
| (= "dev"))
}
"coq" { (>= "8.6" & < "8.8~") }
]
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