Skip to content

Commit 1eb9e8e

Browse files
committed
ocaml-initfiles is not compatible with OCaml 5.0 (uses String.lowercase)
1 parent 6f6517c commit 1eb9e8e

File tree

1 file changed

+5
-1
lines changed
  • packages/ocaml-inifiles/ocaml-inifiles.1.2

1 file changed

+5
-1
lines changed

packages/ocaml-inifiles/ocaml-inifiles.1.2/opam

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ build: [
55
[make "opt"]
66
]
77
remove: [["ocamlfind" "remove" "inifiles"]]
8-
depends: ["ocaml" "ocamlfind" "pcre"]
8+
depends: [
9+
"ocaml" {< "5.0"}
10+
"ocamlfind"
11+
"pcre"
12+
]
913
patches: ["ocaml-inifiles.diff"]
1014
install: [make "install"]
1115
synopsis: "An ini file parser"

0 commit comments

Comments
 (0)