Skip to content

Commit 353d7bc

Browse files
authored
Merge pull request #22902 from dra27/dkml
Add dkml-base-compiler to ocaml.4.14.1 & ocaml.5.0.0
2 parents 121ed20 + 75419ea commit 353d7bc

File tree

2 files changed

+4
-2
lines changed
  • packages/ocaml

2 files changed

+4
-2
lines changed

packages/ocaml/ocaml.4.14.1/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ depends: [
99
"ocaml-config" {>= "2"}
1010
"ocaml-base-compiler" {>= "4.14.1~" & < "4.14.2~"} |
1111
"ocaml-variants" {>= "4.14.1~" & < "4.14.2~"} |
12-
"ocaml-system" {>= "4.14.1" & < "4.14.2~"}
12+
"ocaml-system" {>= "4.14.1" & < "4.14.2~"} |
13+
"dkml-base-compiler" {>= "4.14.1~" & < "4.14.2~"}
1314
]
1415
setenv: [
1516
[CAML_LD_LIBRARY_PATH = "%{_:stubsdir}%"]

packages/ocaml/ocaml.5.0.0/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ depends: [
99
"ocaml-config" {>= "3"}
1010
"ocaml-base-compiler" {>= "5.0.0~" & < "5.0.1~" } |
1111
"ocaml-variants" {>= "5.0.0~" & < "5.0.1~"} |
12-
"ocaml-system" {>= "5.0.0" & < "5.0.1~"}
12+
"ocaml-system" {>= "5.0.0" & < "5.0.1~"} |
13+
"dkml-base-compiler" {>= "5.0.0~" & < "5.0.1~"}
1314
]
1415
setenv: [
1516
[CAML_LD_LIBRARY_PATH = "%{_:stubsdir}%"]

0 commit comments

Comments
 (0)