this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml for mingw-w64" 3description: """ 4This package is installed if the underlying OCaml compiler is one of the 5mingw-w64 native Windows ports of OCaml. 6 7Precisely, this means `ocamlopt -config-var system` is equal to either `mingw` 8or `mingw64`. 9 10This package may be used in depends or conflicts fields of dependent packages 11to indicate either a requirement or an incompatibility with this OCaml port.""" 12maintainer: "David Allsopp <david@tarides.com>" 13authors: "David Allsopp" 14license: "CC0-1.0+" 15homepage: "https://opam.ocaml.org" 16bug-reports: "https://github.com/ocaml/opam-repository/issues" 17conflict-class: "ocaml-host-system" 18available: os = "win32"