this repo has no description
1opam-version: "2.0"
2synopsis: "Build OCaml for Microsoft Visual Studio"
3description: """
4This package specifies OCaml built with Microsoft Visual Studio and is presently
5available for i386/x86_32 and amd64/x86_64.
6
7This package corresponds to the `win32` and `win64` 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-msvc32" | "ocaml-env-msvc64")
19]
20conflict-class: "ocaml-system"