this repo has no description

junit 0.1 is not compabible with ocaml 5

Uses Pervasives.compare

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>

Changed files
+1 -1
packages
junit
junit.0.1
+1 -1
packages/junit/junit.0.1/opam
···
install: ["ocaml" "setup.ml" "-install"]
remove: ["ocamlfind" "remove" "junit"]
depends: [
-
"ocaml" {>= "4.02.1"}
+
"ocaml" {>= "4.02.1" & < "5.0"}
"ocamlbuild" {build}
"ocamlfind" {build}
"ptime"