this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Prefer mingw-w64 on Windows for technical reasons

opam 2.x has no way to determine if Visual Studio is available or to
cause it to be installed. Flagging ocaml-msvc-env as avoid-version
therefore makes the MSVC ports "opt-in" only. Hopefully this situation
can be improved with enhanced depexts in opam 3.0.

+8 -2
+4 -1
packages/ocaml-env-msvc32/ocaml-env-msvc32.1/opam
··· 19 19 "conf-msvc32" 20 20 ] 21 21 conflict-class: "ocaml-env-msvc" 22 - flags: conf 22 + # This package is marked avoid-version because opam 2.x's depext system has no 23 + # way of detecting Microsoft Visual Studio, but it can install the mingw-w64 24 + # compilers. It is intended to address this as part of opam 3.x. 25 + flags: [conf avoid-version] 23 26 build: [ 24 27 ["xcopy" "%{conf-msvc32:share}%\\conf-msvc32.config" "%{_:name}%.config*"] 25 28 ]
+4 -1
packages/ocaml-env-msvc64/ocaml-env-msvc64.1/opam
··· 19 19 "conf-msvc64" 20 20 ] 21 21 conflict-class: "ocaml-env-msvc" 22 - flags: conf 22 + # This package is marked avoid-version because opam 2.x's depext system has no 23 + # way of detecting Microsoft Visual Studio, but it can install the mingw-w64 24 + # compilers. It is intended to address this as part of opam 3.x. 25 + flags: [conf avoid-version] 23 26 build: [ 24 27 ["xcopy" "%{conf-msvc64:share}%\\conf-msvc64.config" "%{_:name}%.config*"] 25 28 ]