Skip to content

Commit

Permalink
Merge pull request #27175 from mseri/morbig
Browse files Browse the repository at this point in the history
morbig 0.9.* is not compatible with ocaml >= 5.1
  • Loading branch information
mseri authored Dec 24, 2024
2 parents b367bf2 + 2677f32 commit 4a07f6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/morbig/morbig.0.9.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ available: [os != "macos"]
x-ci-accept-failures: ["debian-unstable"]
depends: [
"menhir" {>= "20151023"}
"ocaml" {build & >= "4.03"}
"ocaml" {build & >= "4.03" & < "5.1"}
"ocamlbuild" {build}
"ppx_deriving_yojson"
"visitors" {>= "20170308"}
Expand Down
2 changes: 1 addition & 1 deletion packages/morbig/morbig.0.9/opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dev-repo: "git+https://github.com/colis-anr/morbig.git"
available: [os != "macos"]
depends: [
"menhir" {build & >= "20151023"}
"ocaml" {build & >= "4.03"}
"ocaml" {build & >= "4.03" & < "5.1"}
"ocamlbuild" {build}
"ppx_deriving_yojson"
"visitors" {>= "20170308"}
Expand Down

0 comments on commit 4a07f6d

Please sign in to comment.