this repo has no description
0
fork

Configure Feed

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

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

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

authored by

Anil Madhavapeddy and committed by
GitHub
ed95ebf3 a70ac336

+1 -1
+1 -1
packages/odoc/odoc.2.4.3/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"