We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4eacdd commit 51cdccdCopy full SHA for 51cdccd
Core/opam
@@ -12,8 +12,8 @@ build: [ make "-j" "%{jobs}%" ]
12
install: [ make "install" ]
13
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/DiSeL'" ]
14
depends: [
15
- "coq" { ((>= "8.7" & < "8.9~") | (= "dev")) }
16
- "coq-mathcomp-ssreflect" { ((>= "1.6.2" & < "1.8~") | (= "dev")) }
+ "coq" { (>= "8.7" & < "8.10~") | (= "dev") }
+ "coq-mathcomp-ssreflect" { (>= "1.6.2" & < "1.8~") | (= "dev") }
17
"coq-fcsl-pcm"
18
]
19
0 commit comments