Skip to content

Commit 8176466

Browse files
committed
Fix typos in ocaml.5.4.1
1 parent c4e140d commit 8176466

File tree

1 file changed

+4
-4
lines changed
  • packages/ocaml/ocaml.5.4.1

1 file changed

+4
-4
lines changed

packages/ocaml/ocaml.5.4.1/opam

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ homepage: "https://ocaml.org"
1818
bug-reports: "https://github.com/ocaml/opam-repository/issues"
1919
depends: [
2020
"ocaml-config" {>= "3"}
21-
"ocaml-base-compiler" {>= "5.4.1.0~" & < "5.4.1.2~"} |
22-
"ocaml-variants" {>= "5.4.1.0~" & < "5.4.1.2~"} |
23-
"ocaml-system" {>= "5.4.1.0~" & < "5.4.1.2~"} |
24-
"dkml-base-compiler" {>= "5.4.1.0~" & < "5.4.1.2~"}
21+
"ocaml-base-compiler" {>= "5.4.1~" & < "5.4.2~"} |
22+
"ocaml-variants" {>= "5.4.1~" & < "5.4.2~"} |
23+
"ocaml-system" {>= "5.4.1~" & < "5.4.2~"} |
24+
"dkml-base-compiler" {>= "5.4.1~" & < "5.4.2~"}
2525
]
2626
flags: [conf avoid-version]
2727
setenv: [

0 commit comments

Comments
 (0)