simple-learning

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

ocaml.5.4.1.pkg (1099B)


      1 (version 5.4.1)
      2 
      3 (build
      4  (choice
      5   ((((arch x86_64)
      6      (os macos))
      7     ((arch arm64)
      8      (os macos)))
      9    ((action
     10      (withenv
     11       ((= CAML_LD_LIBRARY_PATH "")
     12        (= LSAN_OPTIONS detect_leaks=0,exitcode=0)
     13        (= ASAN_OPTIONS detect_leaks=0,exitcode=0))
     14       (run
     15        ocaml
     16        gen_ocaml_config.ml
     17        %{pkg-self:version}
     18        %{pkg-self:name}
     19        "%{pkg:ocaml-base-compiler:version}"
     20        false
     21        ""
     22        ""
     23        ""
     24        ""
     25        ""
     26        ""
     27        ""
     28        "")))))))
     29 
     30 (depends
     31  (choice
     32   ((((arch x86_64)
     33      (os macos))
     34     ((arch arm64)
     35      (os macos)))
     36    (ocaml-base-compiler))))
     37 
     38 (exported_env
     39  (+= OCAMLTOP_INCLUDE_PATH "\%{toplevel}%")
     40  (= OCAML_TOPLEVEL_PATH "\%{toplevel}%"))
     41 
     42 (extra_sources
     43  (gen_ocaml_config.ml
     44   (fetch
     45    (url
     46     https://raw.githubusercontent.com/dra27/ocaml/977f2d05a98a5aeec260b5ba200f72c4e79e4fdc/tools/opam/gen_ocaml_config.ml)
     47    (checksum
     48     sha256=d8d5d7e354bca87df3e8aa9c3bf8544cfba7aa92f4dba72ec5fb51bf9b92cfa8))))
     49 
     50 (enabled_on_platforms
     51  (only
     52   ((arch x86_64)
     53    (os macos))
     54   ((arch arm64)
     55    (os macos))))