From 1efeb59e21ed72bc36e2421a96a52e807065b3d6 Mon Sep 17 00:00:00 2001 From: Yann Hamdaoui Date: Wed, 29 Jan 2020 15:25:13 +0100 Subject: [PATCH] Remove the build dependency of dune in opam (see opam pull #14266) --- mechaml.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mechaml.opam b/mechaml.opam index bbcff2d..e2e0480 100644 --- a/mechaml.opam +++ b/mechaml.opam @@ -20,7 +20,7 @@ build: [ ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ - "dune" {build & >= "1.8.0"} + "dune" {>= "1.8.0"} "ocaml-syntax-shims" {build} "cohttp" {>= "0.21.0" & < "3.0.0"} "cohttp-lwt"