this repo has no description
1opam-version: "2.0" 2synopsis: "MSYS2 MINGW32 Environment" 3description: """ 4This package selects the MINGW32 MSYS2 Environment. 5 6Toolchain: gcc (mingw-w64) 7Architecture: i686 8C Runtime Library: msvcrt 9C++ Runtime Library: libstdc++""" 10maintainer: "David Allsopp <david@tarides.com>" 11authors: "David Allsopp" 12license: "CC0-1.0+" 13homepage: "https://opam.ocaml.org" 14bug-reports: "https://github.com/ocaml/opam-repository/issues" 15flags: compiler 16depends: "msys2" {post} 17conflict-class: "msys2-env"