diff --git a/dune-project b/dune-project index f75713f..209daf7 100644 --- a/dune-project +++ b/dune-project @@ -1 +1,2 @@ (lang dune 1.2) +(name malfunction) diff --git a/malfunction.opam b/malfunction.opam index 932da63..ba98852 100644 --- a/malfunction.opam +++ b/malfunction.opam @@ -10,7 +10,7 @@ build: [ [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} ] depends: [ - "ocaml" {>= "4.04"} + "ocaml" {>= "4.04" & < "5.0.0"} "ocamlfind" "dune" "cppo" {build}