We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c458262 commit 90f3356Copy full SHA for 90f3356
coq-sail-stdpp.opam
@@ -25,8 +25,8 @@ build: [
25
]
26
install: [make "-C" "src-stdpp" "install"]
27
depends: [
28
- "coq" {>= "8.14.0"}
29
- "coq-stdpp-bitvector"
+ "coq" {>= "8.18"}
+ "coq-stdpp-bitvector" {>= "1.10.0"}
30
31
# Ensure that if we're building from Sail then the version is compatible
32
conflicts: [
coq-sail.opam
@@ -22,7 +22,7 @@ dev-repo: "git+https://github.com/rems-project/coq-sail.git"
22
build: [make "-C" "src" "HAVE_OPAM_BBV=yes"]
23
install: [make "-C" "src" "install"]
24
+ "coq" {>= "8.16.0"}
"coq-bbv" {>= "1.3"}
0 commit comments