Skip to content

Commit

Permalink
Merge pull request ocaml#25303 from kit-ty-kate/fix-265
Browse files Browse the repository at this point in the history
earlybird is not compatible with OCaml 5.2 (uses compiler-libs)
  • Loading branch information
mseri authored Feb 21, 2024
2 parents 5a26848 + 45b6522 commit 97521b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/earlybird/earlybird.1.2.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage: "https://github.com/hackwaly/ocamlearlybird"
bug-reports: "https://github.com/hackwaly/ocamlearlybird/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.12.0"}
"ocaml" {>= "4.12.0" & < "5.2"}
"ppx_deriving" {>= "5.1"}
"ppx_deriving_yojson" {>= "3.6.1"}
"menhir" {>= "20201216" & build}
Expand Down
2 changes: 1 addition & 1 deletion packages/earlybird/earlybird.1.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage: "https://github.com/hackwaly/ocamlearlybird"
bug-reports: "https://github.com/hackwaly/ocamlearlybird/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.12.0"}
"ocaml" {>= "4.12.0" & < "5.2"}
"ppx_deriving" {>= "5.1"}
"ppx_deriving_yojson" {>= "3.6.1"}
"menhir" {>= "20201216" & build}
Expand Down

0 comments on commit 97521b1

Please sign in to comment.