[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53882] [PATCH v2 00/25] Add ocaml-core
From: |
zimoun |
Subject: |
[bug#53882] [PATCH v2 00/25] Add ocaml-core |
Date: |
Fri, 8 Apr 2022 15:21:48 +0200 |
Hi,
The aim of this series is:
This patch series adds ocaml-core. It's one of the missing
dependencies for bap. Adding this will get us closer to being able to
update bap, and getting rid of its ocaml4.07 dependencies.
The first two patches modify the importer, and I needed them to import
the packages. The following patches are dependencies of ocaml-core.
All of them follow the same principle: add the package and make the
ocaml4.07 variant inherit from it. The derivation for most of these
variants stay the same.
and the first patch comes from #54596 fixing ocaml-odoc broken by the recent
change about dune.
All LTGM! I fixed minor typos and lint. Some descriptions would need a
better wording but hey. :-)
Cheers,
simon
Julien Lepiller (24):
import: opam: Accept tabulations.
import: opam: Factor out source import.
gnu: Add ocaml-spawn.
gnu: Add ocaml-typerep.
gnu: Add ocaml-ppx-typerep-conv.
gnu: Add ocaml-ppx-string.
gnu: Add ocaml-ppx-stable.
gnu: Add ocaml-ppx-pipebang.
gnu: Add ocaml-ppx-module-timer.
gnu: Add ocaml-ppx-fixed-literal.
gnu: Add ocaml-bin-prot.
gnu: Add ocaml-ppx-bin-prot.
gnu: Add ocaml-ppx-bench.
gnu: Add ocaml-ppx-sexp-value.
gnu: Add ocaml-ppx-sexp-message.
gnu: Add ocaml-splittable-random.
gnu: Add ocaml-base-quickcheck.
gnu: Add ocaml-ppx-fail.
gnu: Add ocaml-ppx-jane.
gnu: Add ocaml-base-bigstring.
gnu: Add ocaml-core-kernel.
gnu: Add ocaml-timezone.
gnu: ocaml-jane-street-headers: Add variant.
gnu: Add ocaml-core.
pukkamustard (1):
gnu: ocaml-odoc: Update to 2.2.0-alpha.
gnu/packages/ocaml.scm | 1154 +++++++++++++++++++++++++++-------------
guix/import/opam.scm | 85 +--
2 files changed, 839 insertions(+), 400 deletions(-)
base-commit: e3e3381fdbc56f351063d9b4a49e99645b20d7d3
--
2.34.0
- [bug#53882] [PATCH v2 00/25] Add ocaml-core,
zimoun <=