this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

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

authored by

Shon Feder and committed by
GitHub
3941cdb2 b88fc3e0

+1 -1
+1 -1
packages/odoc/odoc.2.4.2/opam
··· 43 43 "cppo" {build & >= "1.1.0"} 44 44 "dune" {>= "3.7.0"} 45 45 "fpath" 46 - "ocaml" {>= "4.02.0"} 46 + "ocaml" {>= "4.02.0" & < "5.3"} 47 47 "result" 48 48 "tyxml" {>= "4.4.0"} 49 49 "fmt"