this repo has no description

Merge pull request #22920 from kit-ty-kate/fix-199

root1d < 0.5 is not compatible with OCaml 5.0 (uses oasis)

Kate 72ba1e0e 46dfce28

Changed files
+2 -2
packages
root1d
root1d.0.2
root1d.0.4
+1 -1
packages/root1d/root1d.0.2/opam
···
]
remove: [["ocamlfind" "remove" "root1d"]]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"ocamlfind"
"oasis" {>= "0.3.0" & < "0.4.7"}
"ocamlbuild" {build}
+1 -1
packages/root1d/root1d.0.4/opam
···
["ocamlfind" "remove" "root1d"]
]
depends: [
-
"ocaml" {>= "4.0.0"}
+
"ocaml" {>= "4.0.0" & < "5.0"}
"ocamlbuild" {build}
"ocamlfind" {build}
"benchmark" {with-test}