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.
2 parents 2ec6d6c + a977696 commit 1ec0eebCopy full SHA for 1ec0eeb
packages/ocamlfind/ocamlfind.1.9.8/opam
@@ -12,7 +12,7 @@ license: "MIT"
12
homepage: "http://projects.camlcity.org/projects/findlib.html"
13
bug-reports: "https://github.com/ocaml/ocamlfind/issues"
14
depends: [
15
- "ocaml" {>= "3.08.0"}
+ "ocaml" {>= "3.08.0" & (os != "cygwin" & os-distribution != "msys2" | < "5.0")}
16
]
17
depopts: ["graphics"]
18
build: [
0 commit comments