this repo has no description
1opam-version: "2.0" 2synopsis: "Select the mingw-w64 Windows port of OCaml" 3description: """ 4This package simply causes system-mingw to be selected. 5 6It's a legacy package from the "temporary" packaging of the mingw-w64 port of 7OCaml provided by @dra27 during 2022 and 2023, which is why there is no -msvc 8equivalent.""" 9authors: "David Allsopp" 10homepage: "https://opam.ocaml.org" 11bug-reports: "https://github.com/ocaml/opam-repository/issues" 12license: "CC0-1.0+" 13depends: [ 14 "ocaml-variants" {post & >= "4.12.0~"} 15 "system-mingw" 16] 17available: os = "win32" 18maintainer: "David Allsopp <david@tarides.com>" 19flags: compiler