Skip to content

Commit c8b56c4

Browse files
committed
camlidl 1.11 is broken on arm and ocaml 5
packages fail at the lnking stage Signed-off-by: Marcello Seri <[email protected]>
1 parent c56764e commit c8b56c4

File tree

1 file changed

+1
-1
lines changed
  • packages/camlidl/camlidl.1.11

1 file changed

+1
-1
lines changed

packages/camlidl/camlidl.1.11/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ generation of C stub code required for the Caml/C interface, based on
2020
an MIDL specification. Also provides some support for Microsoft's COM
2121
software components."""
2222
depends: [
23-
"ocaml" {>= "4.05"}
23+
"ocaml" {>= "4.05" & < "5.0"}
2424
]
2525
extra-files: [
2626
["camlidl.install" "md5=cf56e14faed046880b7c9d0f4cd737f1"]

0 commit comments

Comments
 (0)