this repo has no description
0
fork

Configure Feed

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

Merge pull request #26550 from kit-ty-kate/ocamlformat-ocaml-5.3

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

authored by

Anil Madhavapeddy and committed by
GitHub
1962c1e7 36d6bbd2

+1 -1
+1 -1
packages/ocamlformat-lib/ocamlformat-lib.0.26.2/opam
··· 17 17 homepage: "https://github.com/ocaml-ppx/ocamlformat" 18 18 bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues" 19 19 depends: [ 20 - "ocaml" {>= "4.08"} 20 + "ocaml" {>= "4.08" & < "5.3"} 21 21 "alcotest" {with-test & >= "1.3.0"} 22 22 "base" {>= "v0.12.0"} 23 23 "dune" {>= "2.8"}