From c53a5508220c54e4849df1f9d6c54e6de5cd0339 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sun, 21 Jan 2018 15:45:03 -0600 Subject: [PATCH] add optional deps in opam --- containers.opam | 3 +++ 1 file changed, 3 insertions(+) diff --git a/containers.opam b/containers.opam index 60f4c92f..a720aa8c 100644 --- a/containers.opam +++ b/containers.opam @@ -17,6 +17,9 @@ depopts: [ "base-unix" "base-threads" "qtest" { test } + "qcheck" { test } + "oUnit" { test } + "odoc" { doc } ] conflicts: [ "sequence" { < "0.5" }