this repo has no description

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

Kate 45b65229 c55e2f61

Changed files
+2 -2
packages
earlybird
earlybird.1.2.1
earlybird.1.3.0
+1 -1
packages/earlybird/earlybird.1.2.1/opam
···
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}
+1 -1
packages/earlybird/earlybird.1.3.0/opam
···
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}