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.
2 parents 078c045 + aa9cfcb commit 4dc588fCopy full SHA for 4dc588f
coq.opam.mustache
@@ -30,7 +30,7 @@ depends: [
30
"ocaml" {{& opam }}
31
{{/ supported_ocaml_versions }}
32
{{# dune }}
33
- "dune" {>= "2.5"}
+ "dune" {>= "3.6"}
34
{{/ dune }}
35
"coq" {{& supported_coq_versions.opam }}
36
{{# dependencies }}
dune-project.mustache
@@ -1,3 +1,3 @@
1
-(lang dune 2.5)
2
-(using coq 0.2)
+(lang dune 3.6)
+(using coq 0.6)
3
(name {{ shortname }})
0 commit comments