this repo has no description

Merge pull request #24000 from emillon/ocaml5-combine

combine.0.6 does not build on ocaml 5

Changed files
+1 -1
packages
combine
combine.0.6
+1 -1
packages/combine/combine.0.6/opam
···
install: [make "install"]
remove: ["ocamlfind" "remove" "combine"]
depends: [
-
"ocaml" {>= "4.01.0"}
+
"ocaml" {>= "4.01.0" & < "5.0.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"num"