this repo has no description
1opam-version: "2.0"
2synopsis: "Build OCaml for mingw-w64"
3description: """
4This package specifies OCaml built with the mingw-w64 GCC compiler and is
5presently available for i386/x86_32 and amd64/x86_64.
6
7This package corresponds to the `mingw` and `mingw64` values given by
8`ocamlopt -config-var system`."""
9maintainer: "David Allsopp <david@tarides.com>"
10authors: "David Allsopp"
11license: "CC0-1.0+"
12homepage: "https://opam.ocaml.org"
13bug-reports: "https://github.com/ocaml/opam-repository/issues"
14flags: compiler
15available: os = "win32"
16depends: [
17 ("ocaml-base-compiler" {post & >= "4.13.0~"} | "ocaml-variants" {post & >= "4.13.0~"})
18 ("ocaml-env-mingw32" | "ocaml-env-mingw64")
19]
20conflict-class: "ocaml-system"