Skip to content

Commit 3e44ab1

Browse files
authored
rml 1.09.0{6,7} are not compatible with ocaml 5
Fail with ``` # make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.06/tools/rmldep' # ocamlopt -c -I ../../compiler/global -I ../../compiler/parsing depend.ml # File "depend.ml", line 1: # Error: ../../compiler/global/misc.cmx # was built with -for-pack Rmlcompiler, but the # current unit Depend is not ```
1 parent 82d98a3 commit 3e44ab1

File tree

2 files changed

+2
-2
lines changed
  • packages/rml

2 files changed

+2
-2
lines changed

packages/rml/rml.1.09.06/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ install: [
1010
[make "install"]
1111
]
1212
depends: [
13-
"ocaml" {>= "4.07"}
13+
"ocaml" {>= "4.07" & < "5.0~"}
1414
"num"
1515
]
1616
depexts: ["patch"] {os-distribution = "alpine"}

packages/rml/rml.1.09.07/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install: [
1313
[make "install"]
1414
]
1515
depends: [
16-
"ocaml" {>= "4.07"}
16+
"ocaml" {>= "4.07" & < "5.0~"}
1717
"num"
1818
]
1919
depexts: ["patch"] {os-distribution = "alpine"}

0 commit comments

Comments
 (0)