simple-learning

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

ocaml.5.5.0.pkg (1163B)


      1 (version 5.5.0)
      2 
      3 (build
      4  (choice
      5   ((((arch x86_64)
      6      (os linux))
      7     ((arch arm64)
      8      (os linux)))
      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 linux))
     34     ((arch arm64)
     35      (os linux)))
     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/ocaml/ocaml/5799ec070df18cec96e5d828bc8e10b86cb0ed2c/tools/opam/gen_ocaml_config.ml)
     47    (checksum
     48     sha512=e679b89e87cda2f012fd13685807b7f1e1037fc0fc8f525aebec5a299d5634960f532a3dbf2fe519d9a5e19759f8dd99170999c252c35dd5762d4d0509f4179a))))
     49 
     50 (enabled_on_platforms
     51  (only
     52   ((arch x86_64)
     53    (os linux))
     54   ((arch arm64)
     55    (os linux))))