this repo has no description

earlybird.1.3.2: fix accidental dune lower bound

Changed files
+1 -1
packages
earlybird
earlybird.1.3.2
+1 -1
packages/earlybird/earlybird.1.3.2/opam
···
homepage: "https://github.com/hackwaly/ocamlearlybird"
bug-reports: "https://github.com/hackwaly/ocamlearlybird/issues"
depends: [
-
"dune" {>= "3.7"}
+
"dune" {>= "2.8"}
"ocaml" {>= "4.12.0"}
"ppx_deriving" {>= "5.1" & < "5.3"}
"ppx_deriving_yojson" {>= "3.6.1"}