junit 0.1 is not compabible with ocaml 5
Uses Pervasives.compareSigned-off-by: Marcello Seri <marcello.seri@gmail.com>
mseri.me 2 years ago 5256d56f 71c27b5f
··· 16 16 install: ["ocaml" "setup.ml" "-install"] 17 17 remove: ["ocamlfind" "remove" "junit"] 18 18 depends: [ 19 19 - "ocaml" {>= "4.02.1"} 19 19 + "ocaml" {>= "4.02.1" & < "5.0"} 20 20 "ocamlbuild" {build} 21 21 "ocamlfind" {build} 22 22 "ptime"