File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ depends: [
9
9
"ocaml-config" {>= "2"}
10
10
"ocaml-base-compiler" {>= "4.14.1~" & < "4.14.2~"} |
11
11
"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~"}
13
14
]
14
15
setenv: [
15
16
[CAML_LD_LIBRARY_PATH = "%{_:stubsdir}%"]
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ depends: [
9
9
"ocaml-config" {>= "3"}
10
10
"ocaml-base-compiler" {>= "5.0.0~" & < "5.0.1~" } |
11
11
"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~"}
13
14
]
14
15
setenv: [
15
16
[CAML_LD_LIBRARY_PATH = "%{_:stubsdir}%"]
You can’t perform that action at this time.
0 commit comments