Browse Source

Add OCamlBuild dependency

OCamlBuild is know (since OCaml 4.03) delivered aside the compiler. The package
just installs it, when necessary.
Leo 9 years ago
parent
commit
6132e9efe9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      opam

+ 1 - 0
opam

@@ -14,6 +14,7 @@ build: [
 install: [make "install"]
 remove: ["ocamlfind" "remove" "ocl"]
 depends: [
+  "ocamlbuild"
   "atdgen"
   "base-threads"
   "core" {>= "112.35.00"}