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 1906121 commit 2ecac94Copy full SHA for 2ecac94
.github/workflows/build.yml
@@ -27,6 +27,7 @@ jobs:
27
fetch-depth: 1
28
29
- run: opam repo add coq-released https://coq.inria.fr/opam/released
30
+ - run: opam repo add coq-core-dev https://coq.inria.fr/opam/core-dev
31
- run: opam install . --deps-only --with-doc --with-test
32
33
- run: opam exec -- make -j 2 all
opam
@@ -12,7 +12,7 @@ build: [make "-j%{jobs}%"]
12
install: [make "install"]
13
depends: [
14
"ocaml"
15
- "coq" { >= "8.13" & < "8.14~" }
+ "coq" { = "8.13+beta1" }
16
]
17
synopsis: "Smpl: An Extensible Tactic for Coq"
18
description: """
0 commit comments