this repo has no description

Merge pull request #26537 from kit-ty-kate/odoc-ocaml-5.3

odoc is not compatible with OCaml 5.3 (compiler-libs change)

Changed files
+1 -1
packages
odoc
odoc.2.4.2
+1 -1
packages/odoc/odoc.2.4.2/opam
···
"cppo" {build & >= "1.1.0"}
"dune" {>= "3.7.0"}
"fpath"
-
"ocaml" {>= "4.02.0"}
+
"ocaml" {>= "4.02.0" & < "5.3"}
"result"
"tyxml" {>= "4.4.0"}
"fmt"