From 9d157fe392b028048f26ebfd3d9e751e8f30b328 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 1 Dec 2015 21:59:08 +0100 Subject: [PATCH] opam: depend on ocamlbuild --- opam | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/opam b/opam index 98868b5..15aba0c 100644 --- a/opam +++ b/opam @@ -12,7 +12,11 @@ install: [make "install"] remove: [ ["ocamlfind" "remove" "sequence"] ] -depends: ["ocamlfind" "base-bytes"] +depends: [ + "ocamlfind" + "base-bytes" + "ocamlbuild" {build} +] tags: [ "sequence" "iterator" "iter" "fold" ] homepage: "https://github.com/c-cube/sequence/" depopts: ["delimcc" "base-bigarray"]