mrrl

Minimal Reliable Reproducible Linux
git clone https://ccx.te2000.cz/git/mrrl
Log | Files | Refs | Submodules | README

ocaml-compiler-libs (554B)


      1 {%- set pkg_version="0.17.0" -%}
      2 {% extends "dune" %}
      3 {% import "macros" as m %}
      4 {% block package_deps -%}
      5 #@untar:-z:{{downloads["https://github.com/janestreet/"~upstream_name~"/archive/refs/tags/v"~pkg_version~".tar.gz"]}}:.
      6 {% endblock package_deps %}
      7 {% block genlinks_begin %}
      8 	x["./library.ocaml/{{upstream_name}}/META"]=1
      9 	x["./library.ocaml/{{upstream_name}}/common/ocaml_common.a"]=1
     10 	x["./library.ocaml/{{upstream_name}}/common/ocaml_common.cma"]=1
     11 	x["./library.ocaml/{{upstream_name}}/common/ocaml_common.ml"]=1
     12 {% endblock genlinks_begin %}