this repo has no description
0
fork

Configure Feed

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

Add msys2.0.1.0 and input packages

MSYS2 equivalent of the mingw-w64-shims package.

+185
+17
packages/msys2-clang32/msys2-clang32.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "MSYS2 CLANG32 Environment" 3 + description: """ 4 + This package selects the CLANG32 MSYS2 Environment. 5 + 6 + Toolchain: llvm 7 + Architecture: i686 8 + C Runtime Library: ucrt 9 + C++ Runtime Library: libc++""" 10 + maintainer: "David Allsopp <david@tarides.com>" 11 + authors: "David Allsopp" 12 + license: "CC0-1.0+" 13 + homepage: "https://opam.ocaml.org" 14 + bug-reports: "https://github.com/ocaml/opam-repository/issues" 15 + flags: compiler 16 + depends: "msys2" {post} 17 + conflict-class: "msys2-env"
+17
packages/msys2-clang64/msys2-clang64.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "MSYS2 CLANG64 Environment" 3 + description: """ 4 + This package selects the CLANG64 MSYS2 Environment. 5 + 6 + Toolchain: llvm 7 + Architecture: x86_64 8 + C Runtime Library: ucrt 9 + C++ Runtime Library: libc++""" 10 + maintainer: "David Allsopp <david@tarides.com>" 11 + authors: "David Allsopp" 12 + license: "CC0-1.0+" 13 + homepage: "https://opam.ocaml.org" 14 + bug-reports: "https://github.com/ocaml/opam-repository/issues" 15 + flags: compiler 16 + depends: "msys2" {post} 17 + conflict-class: "msys2-env"
+17
packages/msys2-clangarm64/msys2-clangarm64.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "MSYS2 CLANGARM64 Environment" 3 + description: """ 4 + This package selects the CLANGARM64 MSYS2 Environment. 5 + 6 + Toolchain: llvm 7 + Architecture: aarch64 8 + C Runtime Library: ucrt 9 + C++ Runtime Library: libc++""" 10 + maintainer: "David Allsopp <david@tarides.com>" 11 + authors: "David Allsopp" 12 + license: "CC0-1.0+" 13 + homepage: "https://opam.ocaml.org" 14 + bug-reports: "https://github.com/ocaml/opam-repository/issues" 15 + flags: compiler 16 + depends: "msys2" {post} 17 + conflict-class: "msys2-env"
+17
packages/msys2-mingw32/msys2-mingw32.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "MSYS2 MINGW32 Environment" 3 + description: """ 4 + This package selects the MINGW32 MSYS2 Environment. 5 + 6 + Toolchain: gcc (mingw-w64) 7 + Architecture: i686 8 + C Runtime Library: msvcrt 9 + C++ Runtime Library: libstdc++""" 10 + maintainer: "David Allsopp <david@tarides.com>" 11 + authors: "David Allsopp" 12 + license: "CC0-1.0+" 13 + homepage: "https://opam.ocaml.org" 14 + bug-reports: "https://github.com/ocaml/opam-repository/issues" 15 + flags: compiler 16 + depends: "msys2" {post} 17 + conflict-class: "msys2-env"
+17
packages/msys2-mingw64/msys2-mingw64.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "MSYS2 MINGW64 Environment" 3 + description: """ 4 + This package selects the MINGW64 MSYS2 Environment. 5 + 6 + Toolchain: gcc (mingw-w64) 7 + Architecture: x86_64 8 + C Runtime Library: msvcrt 9 + C++ Runtime Library: libstdc++""" 10 + maintainer: "David Allsopp <david@tarides.com>" 11 + authors: "David Allsopp" 12 + license: "CC0-1.0+" 13 + homepage: "https://opam.ocaml.org" 14 + bug-reports: "https://github.com/ocaml/opam-repository/issues" 15 + flags: compiler 16 + depends: "msys2" {post} 17 + conflict-class: "msys2-env"
+17
packages/msys2-ucrt64/msys2-ucrt64.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "MSYS2 UCRT64 Environment" 3 + description: """ 4 + This package selects the UCRT64 MSYS2 Environment. 5 + 6 + Toolchain: gcc (mingw-w64) 7 + Architecture: x86_64 8 + C Runtime Library: ucrt 9 + C++ Runtime Library: libstdc++""" 10 + maintainer: "David Allsopp <david@tarides.com>" 11 + authors: "David Allsopp" 12 + license: "CC0-1.0+" 13 + homepage: "https://opam.ocaml.org" 14 + bug-reports: "https://github.com/ocaml/opam-repository/issues" 15 + flags: compiler 16 + depends: "msys2" {post} 17 + conflict-class: "msys2-env"
+83
packages/msys2/msys2.0.1.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "MSYS2 Environment Settings" 3 + description: """ 4 + After installation, the package's variables indicate which MSYS2 Environment is 5 + active. 6 + 7 + - msys2:msystem (exported as MSYSTEM) is the MSYS2 Environment Name. 8 + - msys2:carch (exported as MSYSTEM_CARCH) is the compiler's target architecture 9 + (i686, x86_64 or aarch64), 10 + - msys2:chost (exported as MSYSTEM_CHOST and MINGW_CHOST) is the compiler's 11 + target triplet ("%{msys2:carch}%-w64-mingw32"). 12 + - msys2:root (exported as MSYSTEM_PREFIX and MINGW_PREFIX) is the Unix path to 13 + the root of the MSYS2 Environment. 14 + - msys2:package-prefix (exported as MINGW_PACKAGE_PREFIX) is the prefix used for 15 + MSYS2 Pacman packages for this Environment. 16 + 17 + Additionally, Path, MANPATH and INFOPATH are all updated with the appropriate 18 + directories from msys2:root. PKG_CONFIG_PATH, PKG_CONFIG_SYSTEM_INCLUDE_PATH, 19 + PKG_CONFIG_SYSTEM_LIBRARY_PATH and ACLOCAL_PATH are all _set_ to the appropriate 20 + values for msys2:root. Finally, CONFIG_SITE is exported as /etc/config.site as 21 + per MSYS2's own configuration. 22 + 23 + See https://www.msys2.org/docs/environments/ for further information.""" 24 + maintainer: "David Allsopp <david@tarides.com>" 25 + authors: "David Allsopp" 26 + license: "CC0-1.0+" 27 + homepage: "https://opam.ocaml.org" 28 + bug-reports: "https://github.com/ocaml/opam-repository/issues" 29 + flags: compiler 30 + available: os = "win32" & os-distribution = "msys2" 31 + dev-repo: "git+https://github.com/dra27/msys2-opam.git" 32 + build: [ 33 + ["sh" "./gen_config.sh" name 34 + "CLANG32" {msys2-clang32:installed} 35 + "CLANG64" {msys2-clang64:installed} 36 + "CLANGARM64" {msys2-clangarm64:installed} 37 + "MINGW32" {msys2-mingw32:installed} 38 + "MINGW64" {msys2-mingw64:installed} 39 + "UCRT64" {msys2-ucrt64:installed}] 40 + ] 41 + depends: 42 + ("msys2-clang32" | 43 + "msys2-clang64" | 44 + "msys2-clangarm64" | 45 + "msys2-mingw32" | 46 + "msys2-mingw64" | 47 + "msys2-ucrt64") 48 + setenv: [ 49 + [ CONFIG_SITE = "/etc/config.site" ] 50 + [ MSYSTEM = "%{_:msystem}%" ] 51 + [ MSYSTEM_CARCH = "%{_:carch}%" ] 52 + [ MSYSTEM_CHOST = "%{_:chost}%" ] 53 + [ MSYSTEM_PREFIX = "%{_:root}%" ] 54 + [ MINGW_CHOST = "%{_:chost}%" ] 55 + [ MINGW_PREFIX = "%{_:root}%" ] 56 + [ MINGW_PACKAGE_PREFIX = "%{_:package-prefix}%" ] 57 + [ PATH += "%{_:native-root}%/bin" ] 58 + [ MANPATH += "%{_:root}%/local/man" ] 59 + [ MANPATH += "%{_:root}%/share/man" ] 60 + [ INFOPATH += "%{_:root}%/local/info" ] 61 + [ INFOPATH += "%{_:root}%/share/info" ] 62 + [ PKG_CONFIG_PATH = "%{_:root}%/lib/pkgconfig:%{_:root}%/share/pkgconfig" ] 63 + [ PKG_CONFIG_SYSTEM_INCLUDE_PATH = "%{_:root}%/include" ] 64 + [ PKG_CONFIG_SYSTEM_LIBRARY_PATH = "%{_:root}%/lib" ] 65 + [ ACLOCAL_PATH = "%{_:root}%/share/aclocal:%{_:root}%/usr/share/aclocal" ] 66 + ] 67 + x-env-path-rewrite: [ 68 + [ PATH ";" "target-quoted" ] 69 + [ MANPATH ":" "host" ] 70 + [ INFOPATH ":" "host" ] 71 + [ PKG_CONFIG_PATH false ] 72 + [ PKG_CONFIG_SYSTEM_INCLUDE_PATH false ] 73 + [ PKG_CONFIG_SYSTEM_LIBRARY_PATH false ] 74 + [ ACLOCAL_PATH false ] 75 + ] 76 + url { 77 + src: 78 + "https://github.com/dra27/msys2-opam/archive/refs/tags/0.1.0.tar.gz" 79 + checksum: [ 80 + "sha256=9532eb3711376d8437d95abbf91875755a933882ec58b4b5f2318e8a1d6f312c" 81 + "sha512=bcf3adbec1dfe065785f36e27fa84a7de72dea71d0cb0a63b2fb9fd89fac9db5455caa6aafeec7ce98317438677aacb77e6e28b24ba67481b19ebe45dca98cc4" 82 + ] 83 + }