Skip to content

Commit baf92d7

Browse files
committed
mparser 1.2.1 is not compatible with ocaml 5.0
Fails with: ``` === ERROR while compiling mparser.1.2.1 ======================================# context 2.2.0~alpha~dev | linux/x86_64 | ocaml-base-compiler.5.0.0 | file:///home/opam/opam-repository path ~/.opam/5.0/.opam-switch/build/mparser.1.2.1 command ~/.opam/opam-init/hooks/sandbox.sh build ocaml setup.ml -configure --prefix /home/opam/.opam/5.0 --disable-re --disable-pcre exit-code 2 env-file ~/.opam/log/mparser-7-78c128.env output-file ~/.opam/log/mparser-7-78c128.out File "./setup.ml", line 581, characters 4-15: 581 | Stream.from next ^^^^^^^^^^^ Error: Unbound module Stream ``` Signed-off-by: Marcello Seri <[email protected]>
1 parent 1b480c7 commit baf92d7

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)