mrrl

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

commit 62f291a019d7710fc8c24f84cc4f3733719a0091
parent 04645a1aa6bc20fd8cdcabfcd4df8b8e68208fad
Author: Jan Pobrislo <ccx@te2000.cz>
Date:   Tue,  4 Nov 2025 18:29:36 +0000

ocaml packages

Diffstat:
Mtemplates/pkg/ocaml-ppx_deriving | 2++
Mvariants/ccx-x86_64/ocaml-ppx_deriving | 4++--
Mvariants/ccx-x86_64/wip.environment | 4++--
Mvariants/root-x86_64/ocaml-ppx_deriving | 4++--
Mvariants/root-x86_64/wip.environment | 4++--
5 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/templates/pkg/ocaml-ppx_deriving b/templates/pkg/ocaml-ppx_deriving @@ -12,6 +12,8 @@ #+{{pkg_install_name("ocaml-stdlib-shims")}} #@untar:-z:{{downloads["https://github.com/ocaml-ppx/"~upstream_name~"/releases/download/v"~pkg_version~"/"~upstream_name~"-"~pkg_version~".tar.gz"]}}:. {% endblock package_deps %} +{% block dune_build_args %}-p {{upstream_name}}{% endblock %} +{% block dune_install_args %}-p {{upstream_name}}{% endblock %} {% block genlinks_begin %} {{ m.genlinks_ocaml_library(upstream_name, ["api/ppx_deriving"]) }} {% endblock genlinks_begin %} diff --git a/variants/ccx-x86_64/ocaml-ppx_deriving b/variants/ccx-x86_64/ocaml-ppx_deriving @@ -27,7 +27,7 @@ export DUNE_CACHE=disabled -dune build --no-buffer --verbose --release -j "${JOBS:-1}" +dune build --no-buffer --verbose -p ppx_deriving -j "${JOBS:-1}" dune install \ @@ -40,7 +40,7 @@ dune install \ --mandir="$prefix/man" \ --docdir="$prefix/doc/ocaml-ppx_deriving" \ --datadir="$prefix/data" \ - + -p ppx_deriving diff --git a/variants/ccx-x86_64/wip.environment b/variants/ccx-x86_64/wip.environment @@ -6,4 +6,4 @@ #+opam.714997e34c97a27678ee9a24f03256bbda3ac9e44597b10f56c795f37a17e989 #+ocaml-bos.f48bde6d519b44d74cedb6e034a1d2e2e2333b0fae628167c141d3c990272474 #+ocaml-lun.52d3ef1c3c4ae340516453de1a4be7223131ca6681718bf1e980b079356c42be -#+ocaml-ppx_deriving.fad61cfe67d3576a1ee26ff1b03bf520c3c1ad80be813d1e9cc37e5dc23315e9- \ No newline at end of file +#+ocaml-ppx_deriving.4802cfd123aaabbea16b0c200309d6ac0bb663883a1256e91032324f127a814d+ \ No newline at end of file diff --git a/variants/root-x86_64/ocaml-ppx_deriving b/variants/root-x86_64/ocaml-ppx_deriving @@ -27,7 +27,7 @@ export DUNE_CACHE=disabled -dune build --no-buffer --verbose --release -j "${JOBS:-1}" +dune build --no-buffer --verbose -p ppx_deriving -j "${JOBS:-1}" dune install \ @@ -40,7 +40,7 @@ dune install \ --mandir="$prefix/man" \ --docdir="$prefix/doc/ocaml-ppx_deriving" \ --datadir="$prefix/data" \ - + -p ppx_deriving diff --git a/variants/root-x86_64/wip.environment b/variants/root-x86_64/wip.environment @@ -6,4 +6,4 @@ #+opam.41ab4229b7606047164bfc9b9077da4555831edd67cf82d236ba1c6059bb9b96 #+ocaml-bos.c2747b73ddecbe1a271975c98b5b2cde1bd9da2a2e395ca2ab8b442dd8decbea #+ocaml-lun.690dee92fa955153b40e02502f46edb36af3f5f5f523fb6d34dea295701cee42 -#+ocaml-ppx_deriving.753ed97593b4df3aa9d989eb00e6fa8ab52727db7d9919975d879355f5ce9abc- \ No newline at end of file +#+ocaml-ppx_deriving.ac7afa367272308e450483162c42358297eda9e0996dfd253d751ebad48144d2+ \ No newline at end of file