this repo has no description

Merge pull request #24679 from jmid/extunix-ocaml-bound

Add upper OCaml bound for extunix.0.1.4

Changed files
+1 -1
packages
extunix
extunix.0.1.4
+1 -1
packages/extunix/extunix.0.1.4/opam
···
["ocamlfind" "remove" "extunix"]
]
depends: [
-
"ocaml"
"ocaml" {with-test & < "4.06"}
"ocamlfind" {build}
"camlp4" {build}
···
["ocamlfind" "remove" "extunix"]
]
depends: [
+
"ocaml" {< "5.0.0"}
"ocaml" {with-test & < "4.06"}
"ocamlfind" {build}
"camlp4" {build}