Skip to content

Commit

Permalink
rml fails to build on 5.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonidas-from-XIV committed Oct 31, 2024
1 parent e6bb8d6 commit e79d4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rml/rml.1.09.07/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install: [
[make "install"]
]
depends: [
"ocaml" {>= "4.07"}
"ocaml" {>= "4.07" & < "5.1"}
"num"
]
depexts: ["patch"] {os-distribution = "alpine"}
Expand Down

0 comments on commit e79d4ec

Please sign in to comment.