Skip to content

Commit a34fc27

Browse files
authored
Merge pull request #24488 from ocaml/revert-22902-dkml
Revert "Add dkml-base-compiler to ocaml.4.14.1 & ocaml.5.0.0"
2 parents 353d7bc + 9436861 commit a34fc27

File tree

2 files changed

+2
-4
lines changed
  • packages/ocaml

2 files changed

+2
-4
lines changed

packages/ocaml/ocaml.4.14.1/opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ 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~"} |
13-
"dkml-base-compiler" {>= "4.14.1~" & < "4.14.2~"}
12+
"ocaml-system" {>= "4.14.1" & < "4.14.2~"}
1413
]
1514
setenv: [
1615
[CAML_LD_LIBRARY_PATH = "%{_:stubsdir}%"]

packages/ocaml/ocaml.5.0.0/opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ 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~"} |
13-
"dkml-base-compiler" {>= "5.0.0~" & < "5.0.1~"}
12+
"ocaml-system" {>= "5.0.0" & < "5.0.1~"}
1413
]
1514
setenv: [
1615
[CAML_LD_LIBRARY_PATH = "%{_:stubsdir}%"]

0 commit comments

Comments
 (0)