this repo has no description
0
fork

Configure Feed

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

Merge pull request #25303 from kit-ty-kate/fix-265

earlybird is not compatible with OCaml 5.2 (uses compiler-libs)

authored by

Marcello Seri and committed by
GitHub
97521b15 5a268482

+2 -2
+1 -1
packages/earlybird/earlybird.1.2.1/opam
··· 7 7 bug-reports: "https://github.com/hackwaly/ocamlearlybird/issues" 8 8 depends: [ 9 9 "dune" {>= "2.8"} 10 - "ocaml" {>= "4.12.0"} 10 + "ocaml" {>= "4.12.0" & < "5.2"} 11 11 "ppx_deriving" {>= "5.1"} 12 12 "ppx_deriving_yojson" {>= "3.6.1"} 13 13 "menhir" {>= "20201216" & build}
+1 -1
packages/earlybird/earlybird.1.3.0/opam
··· 7 7 bug-reports: "https://github.com/hackwaly/ocamlearlybird/issues" 8 8 depends: [ 9 9 "dune" {>= "2.8"} 10 - "ocaml" {>= "4.12.0"} 10 + "ocaml" {>= "4.12.0" & < "5.2"} 11 11 "ppx_deriving" {>= "5.1"} 12 12 "ppx_deriving_yojson" {>= "3.6.1"} 13 13 "menhir" {>= "20201216" & build}