this repo has no description
0
fork

Configure Feed

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

Add ocaml-option-mingw

This is a "legacy" package, given how long there has been temporary
packaging for OCaml 5 with mingw-w64 support. This package provides
ocaml-option-mingw in a mechanism compatible with the existing
ocaml-option- layout, that it is to say it requires the
ocaml-variants.x.yy.x+options package to be used and conflicts with all
the ocaml-options-only- packages.

Users are expected instead to use system-mingw and either their default
architecture or arch-x86_32/arch-x86_64 to select the mingw-w64 port
(which also works for ocaml-base-compiler).

+29
+19
packages/ocaml-option-mingw/ocaml-option-mingw.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Select the mingw-w64 Windows port of OCaml" 3 + description: """ 4 + This package simply causes system-mingw to be selected. 5 + 6 + It's a legacy package from the "temporary" packaging of the mingw-w64 port of 7 + OCaml provided by @dra27 during 2022 and 2023, which is why there is no -msvc 8 + equivalent.""" 9 + authors: "David Allsopp" 10 + homepage: "https://opam.ocaml.org" 11 + bug-reports: "https://github.com/ocaml/opam-repository/issues" 12 + license: "CC0-1.0+" 13 + depends: [ 14 + "ocaml-variants" {post & >= "4.12.0~"} 15 + "system-mingw" 16 + ] 17 + available: os = "win32" 18 + maintainer: "David Allsopp <david@tarides.com>" 19 + flags: compiler
+1
packages/ocaml-options-only-afl/ocaml-options-only-afl.1/opam
··· 24 24 "ocaml-option-address-sanitizer" 25 25 "ocaml-option-leak-sanitizer" 26 26 "ocaml-option-tsan" 27 + "ocaml-option-mingw" 27 28 ] 28 29 maintainer: "David Allsopp <david@tarides.com>" 29 30 flags: compiler
+1
packages/ocaml-options-only-flambda-fp/ocaml-options-only-flambda-fp.1/opam
··· 23 23 "ocaml-option-address-sanitizer" 24 24 "ocaml-option-leak-sanitizer" 25 25 "ocaml-option-tsan" 26 + "ocaml-option-mingw" 26 27 ] 27 28 maintainer: "David Allsopp <david@tarides.com>" 28 29 flags: compiler
+1
packages/ocaml-options-only-flambda/ocaml-options-only-flambda.1/opam
··· 24 24 "ocaml-option-address-sanitizer" 25 25 "ocaml-option-leak-sanitizer" 26 26 "ocaml-option-tsan" 27 + "ocaml-option-mingw" 27 28 ] 28 29 maintainer: "David Allsopp <david@tarides.com>" 29 30 flags: compiler
+1
packages/ocaml-options-only-fp/ocaml-options-only-fp.1/opam
··· 24 24 "ocaml-option-address-sanitizer" 25 25 "ocaml-option-leak-sanitizer" 26 26 "ocaml-option-tsan" 27 + "ocaml-option-mingw" 27 28 ] 28 29 maintainer: "David Allsopp <david@tarides.com>" 29 30 flags: compiler
+1
packages/ocaml-options-only-nnp/ocaml-options-only-nnp.1/opam
··· 24 24 "ocaml-option-address-sanitizer" 25 25 "ocaml-option-leak-sanitizer" 26 26 "ocaml-option-tsan" 27 + "ocaml-option-mingw" 27 28 ] 28 29 maintainer: "David Allsopp <david@tarides.com>" 29 30 flags: compiler
+1
packages/ocaml-options-only-nnpchecker/ocaml-options-only-nnpchecker.1/opam
··· 23 23 "ocaml-option-address-sanitizer" 24 24 "ocaml-option-leak-sanitizer" 25 25 "ocaml-option-tsan" 26 + "ocaml-option-mingw" 26 27 ] 27 28 maintainer: "David Allsopp <david@tarides.com>" 28 29 flags: compiler
+1
packages/ocaml-options-only-no-flat-float-array/ocaml-options-only-no-flat-float-array.1+bytecode-only/opam
··· 27 27 "ocaml-option-address-sanitizer" 28 28 "ocaml-option-leak-sanitizer" 29 29 "ocaml-option-tsan" 30 + "ocaml-option-mingw" 30 31 ] 31 32 maintainer: "David Allsopp <david@tarides.com>" 32 33 flags: compiler
+1
packages/ocaml-options-only-no-flat-float-array/ocaml-options-only-no-flat-float-array.1/opam
··· 26 26 "ocaml-option-address-sanitizer" 27 27 "ocaml-option-leak-sanitizer" 28 28 "ocaml-option-tsan" 29 + "ocaml-option-mingw" 29 30 ] 30 31 maintainer: "David Allsopp <david@tarides.com>" 31 32 flags: compiler
+1
packages/ocaml-options-only-tsan/ocaml-options-only-tsan.1/opam
··· 24 24 "ocaml-option-nnpchecker" 25 25 "ocaml-option-address-sanitizer" 26 26 "ocaml-option-leak-sanitizer" 27 + "ocaml-option-mingw" 27 28 ] 28 29 maintainer: "David Allsopp <david@tarides.com>" 29 30 flags: compiler
+1
packages/ocaml-options-vanilla/ocaml-options-vanilla.1/opam
··· 29 29 "ocaml-option-address-sanitizer" 30 30 "ocaml-option-leak-sanitizer" 31 31 "ocaml-option-tsan" 32 + "ocaml-option-mingw" 32 33 ] 33 34 maintainer: "David Allsopp <david@tarides.com>" 34 35 flags: compiler