Skip to content

Commit 5db1152

Browse files
authored
Merge pull request #23854 from mseri/fix-mparser
mparser 1.2.1 is not compatible with ocaml 5.0
2 parents 147bc66 + baf92d7 commit 5db1152

File tree

1 file changed

+1
-1
lines changed
  • packages/mparser/mparser.1.2.1

1 file changed

+1
-1
lines changed

packages/mparser/mparser.1.2.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
66
dev-repo: "git://https://github.com/cakeplus/mparser"
77
bug-reports: "https://github.com/cakeplus/mparser/issues"
88
depends: [
9-
"ocaml"
9+
"ocaml" {< "5.0"}
1010
"base-bytes"
1111
"ocamlfind" {build}
1212
"ocamlbuild" {build}

0 commit comments

Comments
 (0)