Skip to content

Commit 368128d

Browse files
authored
Merge pull request #24611 from eponier/fix-jamin.2023.06.1
Jasmin 2023.06.1 is not compatible with OCaml 5
2 parents a671858 + 46408af commit 368128d

File tree

1 file changed

+1
-1
lines changed
  • packages/jasmin/jasmin.2023.06.1

1 file changed

+1
-1
lines changed

packages/jasmin/jasmin.2023.06.1/opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bug-reports: "https://github.com/jasmin-lang/jasmin/issues"
1212
dev-repo: "git+https://github.com/jasmin-lang/jasmin.git"
1313

1414
depends: [
15-
"ocaml" {>= "4.11" & build}
15+
"ocaml" {>= "4.11" & < "5.0" & build}
1616
"batteries" {>= "3.4.0"}
1717
"menhir" {>= "20160825" & build}
1818
"menhirLib"

0 commit comments

Comments
 (0)