We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6517c commit 1eb9e8eCopy full SHA for 1eb9e8e
packages/ocaml-inifiles/ocaml-inifiles.1.2/opam
@@ -5,7 +5,11 @@ build: [
5
[make "opt"]
6
]
7
remove: [["ocamlfind" "remove" "inifiles"]]
8
-depends: ["ocaml" "ocamlfind" "pcre"]
+depends: [
9
+ "ocaml" {< "5.0"}
10
+ "ocamlfind"
11
+ "pcre"
12
+]
13
patches: ["ocaml-inifiles.diff"]
14
install: [make "install"]
15
synopsis: "An ini file parser"
0 commit comments