Skip to content

Commit 16afbc1

Browse files
committed
camlidl 1.10: add missing ocaml 5 upper bound
Signed-off-by: Marcello Seri <[email protected]>
1 parent cd93eb2 commit 16afbc1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

packages/camlidl/camlidl.1.10/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)