Skip to content

Commit 6db7397

Browse files
authored
Merge pull request #24068 from mseri/fix-ocplib0simplex-o5.1
ocplib-simplex 0.4 is not compatbile with ocaml 5.1
2 parents 1adddc5 + d647b64 commit 6db7397

File tree

1 file changed

+1
-1
lines changed
  • packages/ocplib-simplex/ocplib-simplex.0.4

1 file changed

+1
-1
lines changed

packages/ocplib-simplex/ocplib-simplex.0.4/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ remove:[
2828
]
2929

3030
depends: [
31-
"ocaml" {>= "4.01.0"}
31+
"ocaml" {>= "4.01.0" & < "5.1~"}
3232
"ocamlfind" {build}
3333
"conf-autoconf" {build}
3434
"num"

0 commit comments

Comments
 (0)