aboutsummaryrefslogtreecommitdiff
path: root/coq.opam
diff options
context:
space:
mode:
Diffstat (limited to 'coq.opam')
-rw-r--r--coq.opam14
1 files changed, 4 insertions, 10 deletions
diff --git a/coq.opam b/coq.opam
index 88e81abf46..3bc3d4db74 100644
--- a/coq.opam
+++ b/coq.opam
@@ -20,15 +20,12 @@ homepage: "https://coq.inria.fr/"
doc: "https://coq.github.io/doc/"
bug-reports: "https://github.com/coq/coq/issues"
depends: [
- "ocaml" {>= "4.05.0"}
- "dune" {>= "2.5.0"}
- "ocamlfind" {>= "1.8.1"}
- "zarith" {>= "1.10"}
- "ounit2" {with-test}
+ "dune" {>= "2.5"}
+ "coq-core" {= version}
+ "coq-stdlib" {= version}
]
build: [
-# Disabled until Dune 2.8 is available
-# ["dune" "subst"] {pinned}
+ ["dune" "subst"] {pinned}
[
"dune"
"build"
@@ -42,6 +39,3 @@ build: [
]
]
dev-repo: "git+https://github.com/coq/coq.git"
-build-env: [
- [ COQ_CONFIGURE_PREFIX = "%{prefix}" ]
-]