diff --git a/zarith.opam b/zarith.opam index 8eedde4..8a4e3d2 100644 --- a/zarith.opam +++ b/zarith.opam @@ -27,8 +27,8 @@ install: [ [make "install"] ] depends: [ - "ocaml" - "ocamlfind" {build} + "ocaml" {>= "4.04.0"} + "ocamlfind" "conf-gmp" "conf-perl" {build} ]