From 8683153cc9854574ddc2b0b87e40fd82d0e88a07 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 28 Jul 2020 20:19:58 -0400 Subject: [PATCH] fix opam files --- containers-data.opam | 2 +- containers-thread.opam | 2 +- containers.opam | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/containers-data.opam b/containers-data.opam index 1ccb3daf..e4f5691f 100644 --- a/containers-data.opam +++ b/containers-data.opam @@ -6,7 +6,7 @@ synopsis: "A set of advanced datatypes for containers" build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "build" "@doc" "-p" name ] {with-doc} - ["dune" "runtest" "-p" name "-j" jobs] {with-test} + ["dune" "runtest" "-p" name "-j" jobs] {with-test & ocaml:version < "4.11"} ] depends: [ "ocaml" { >= "4.03.0" } diff --git a/containers-thread.opam b/containers-thread.opam index 74ee765c..34acdc5b 100644 --- a/containers-thread.opam +++ b/containers-thread.opam @@ -6,7 +6,7 @@ synopsis: "An extension of containers for threading" build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "build" "@doc" "-p" name ] {with-doc} - ["dune" "runtest" "-p" name "-j" jobs] {with-test} + ["dune" "runtest" "-p" name "-j" jobs] {with-test & ocaml:version < "4.11"} ] depends: [ "ocaml" { >= "4.03.0" } diff --git a/containers.opam b/containers.opam index 22d9f9f0..227facb7 100644 --- a/containers.opam +++ b/containers.opam @@ -7,7 +7,7 @@ synopsis: "A modular, clean and powerful extension of the OCaml standard library build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "build" "@doc" "-p" name ] {with-doc} - ["dune" "runtest" "-p" name "-j" jobs] {with-test} + ["dune" "runtest" "-p" name "-j" jobs] {with-test & ocaml:version < "4.11"} ] depends: [ "ocaml" { >= "4.03.0" }