Skip to content

Commit b775fde

Browse files
leosteraandreypopp
authored andcommitted
support ocaml 5.1.1 and above
1 parent f3dbf56 commit b775fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlx.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage: "https://github.com/andreypopp/mlx"
88
doc: "https://url/to/documentation"
99
bug-reports: "https://github.com/andreypopp/mlx/issues"
1010
depends: [
11-
"ocaml" {= "5.1.0"}
11+
"ocaml" {>= "5.1.0"}
1212
"dune" {>= "3.9"}
1313
"menhir" {= "20210419" & with-dev-setup}
1414
"odoc" {with-doc}

0 commit comments

Comments
 (0)