simple-learning

Simple learning web program
git clone git://git.laack.co/simple-learning.git
Log | Files | Refs | README | LICENSE

ocaml-compiler.5.5.0.pkg (1905B)


      1 (version 5.5.0)
      2 
      3 (install
      4  (choice
      5   ((((arch x86_64)
      6      (os linux))
      7     ((arch arm64)
      8      (os linux)))
      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      tools/opam/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 linux))
     26     ((arch arm64)
     27      (os linux)))
     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        tools/opam/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-additional-stublibsdir
     48        --with-relative-libdir
     49        --enable-runtime-search
     50        --enable-runtime-search-target=fallback
     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        (when false "")
     60        (when false "")
     61        (when false "")
     62        (when false "")
     63        (when false "")
     64        (when false "")
     65        (when false "")
     66        (when false "")
     67        --disable-warn-error)))))))
     68 
     69 (depends
     70  (choice
     71   ((((arch x86_64)
     72      (os linux))
     73     ((arch arm64)
     74      (os linux)))
     75    (compiler-cloning))))
     76 
     77 (source
     78  (fetch
     79   (url
     80    https://github.com/ocaml/ocaml/releases/download/5.5.0/ocaml-5.5.0.tar.gz)
     81   (checksum
     82    sha256=c018052c8264a3791a8f54f84179e6bcc78ed82eb889bacc2773df445259aed3)))
     83 
     84 (enabled_on_platforms
     85  (only
     86   ((arch x86_64)
     87    (os linux))
     88   ((arch arm64)
     89    (os linux))))