this repo has no description

Merge pull request #22922 from kit-ty-kate/fix-201

tree_layout < 0.2 is not compatible with OCaml 5.0 (uses oasis)

Kate 46dfce28 83a6c737

Changed files
+1 -1
packages
tree_layout
tree_layout.0.1.0
+1 -1
packages/tree_layout/tree_layout.0.1.0/opam
···
install: ["ocaml" "setup.ml" "-install"]
remove: ["ocamlfind" "remove" "tree_layout"]
depends: [
-
"ocaml" {>= "4.01.0"}
+
"ocaml" {>= "4.01.0" & < "5.0"}
"ocamlfind" {build}
"tyxml" {with-test & >= "3.0.0" & < "4.0.0"}
"ocamlbuild" {build}