opam-version: "2.0" synopsis: "Build OCaml for Microsoft Visual Studio" description: """ This package specifies OCaml built with Microsoft Visual Studio and is presently available for i386/x86_32 and amd64/x86_64. This package corresponds to the `win32` and `win64` values given by `ocamlopt -config-var system`.""" maintainer: "David Allsopp " authors: "David Allsopp" license: "CC0-1.0+" homepage: "https://opam.ocaml.org" bug-reports: "https://github.com/ocaml/opam-repository/issues" flags: compiler available: os = "win32" depends: [ ("ocaml-base-compiler" {post & >= "4.13.0~"} | "ocaml-variants" {post & >= "4.13.0~"}) ("ocaml-env-msvc32" | "ocaml-env-msvc64") ] conflict-class: "ocaml-system"