relocatable-compiler.5.4.1.20251109.1.pkg (2228B)
1 (version 5.4.1.20251109.1) 2 3 (install 4 (choice 5 ((((arch x86_64) 6 (os macos)) 7 ((arch arm64) 8 (os macos))) 9 (withenv 10 ((= MSYS2_ARG_CONV_EXCL *) 11 (= LSAN_OPTIONS detect_leaks=0,exitcode=0) 12 (= ASAN_OPTIONS detect_leaks=0,exitcode=0)) 13 (run 14 sh 15 process.sh 16 %{make} 17 install 18 %{pkg-self:build-id} 19 %{pkg-self:name} 20 %{prefix}))))) 21 22 (build 23 (choice 24 ((((arch x86_64) 25 (os macos)) 26 ((arch arm64) 27 (os macos))) 28 ((action 29 (withenv 30 ((= MSYS2_ARG_CONV_EXCL *) 31 (= LSAN_OPTIONS detect_leaks=0,exitcode=0) 32 (= ASAN_OPTIONS detect_leaks=0,exitcode=0)) 33 (run 34 sh 35 process.sh 36 %{make} 37 -j%{jobs} 38 %{pkg-self:build-id} 39 %{pkg-self:name} 40 %{pkg:compiler-cloning:version} 41 (when false "") 42 (when false "") 43 (when false "") 44 (when false "") 45 --prefix=%{prefix} 46 --docdir=%{doc}/ocaml 47 --with-relative-libdir=../lib/ocaml 48 --with-stublibs=../stublibs 49 --enable-runtime-search=always 50 --enable-runtime-search-target 51 (when false "") 52 (when false "") 53 (when false "") 54 (when false "") 55 (when false "") 56 (when false "") 57 (when false "") 58 (when false "") 59 CC=cc 60 (when false "") 61 (when false "") 62 (when false "") 63 (when false "") 64 (when false "") 65 (when false "") 66 (when false "") 67 (when false "") 68 (when false "") 69 (when false "") 70 --disable-warn-error))))))) 71 72 (depends 73 (choice 74 ((((arch x86_64) 75 (os macos)) 76 ((arch arm64) 77 (os macos))) 78 (compiler-cloning)))) 79 80 (source 81 (fetch 82 (url 83 https://github.com/dra27/ocaml/archive/b74c645ef30c6060dcc293a73811a9ae9ceefd57.tar.gz) 84 (checksum 85 sha256=b461d60f5b542bbd3315d3d984efaef9113d1672b5f6bfdd46efd5e96060d17a))) 86 87 (extra_sources 88 (process.sh 89 (fetch 90 (url 91 https://raw.githubusercontent.com/dra27/ocaml/55ce12b0f197b9a7a0165310b131052951f98a02/tools/opam/process.sh) 92 (checksum 93 sha256=b2febe05d19e07db4881ef11cf8769c31226f32305ad10ea13b0a2262835d914)))) 94 95 (enabled_on_platforms 96 (only 97 ((arch x86_64) 98 (os macos)) 99 ((arch arm64) 100 (os macos))))