mbox series

[bug#47768,v2,00/43] Assorted OCaml patches (V2)

Message ID 20210510051628.15359-1-pukkamustard@posteo.net
Headers show
Series Assorted OCaml patches (V2) | expand

Message

pukkamustard May 10, 2021, 5:15 a.m. UTC
Hello Guix,

This is V2 of the patch series which includes the fixes suggested by Maxime for ocaml-gen and merges issue #45558 (Add js_of_ocaml by divoplade; https://issues.guix.gnu.org/45558).

This is becoming an even larger series. Please let me know if there is anything I can do to make this easier to review.

Thanks!
pukkamustard

divoplade (2):
  gnu: Add ocaml-graphics.
  gnu: Add ocaml-js-of-ocaml.

pukkamustard (41):
  gnu: ocaml-integers: Update to 0.4.0.
  gnu: ocaml-ctypes: Update to 0.18.0.
  gnu: ocaml-ctypes: Make ocaml-integers a propagated input.
  gnu: ocaml-lwt: Make libev a propagated input.
  gnu: ocaml-lwt: Update to 5.4.0.
  gnu: ocaml4.07-gen: Update to 0.5.3.
  gnu: Add ocaml-gen.
  gnu: Add ocaml-stdio.
  gnu: Add ocaml-compiler-libs.
  gnu: ocaml-migrate-parsetree: Update to 1.8.0.
  gnu: ocaml-migrate-parsetree: Update to 2.1.0.
  gnu: Add ocaml-ppxlib.
  gnu: Add ocaml-sedlex.
  gnu: Add ocaml-uunf.
  gnu: Add ocaml-ppx-sexp-conv.
  gnu: Add ocaml-bigstringaf.
  gnu: Add ocaml-ppx-let.
  gnu: Add ocaml-syntax-shims.
  gnu: Add ocaml-ppx-compare.
  gnu: Add ocaml-ppx-here.
  gnu: Add ocaml-ppx-cold.
  gnu: Add ocaml-ppx-assert.
  gnu: Add ocaml-ppx-custom-printf.
  gnu: Add ocaml-ppx-hash.
  gnu: Add ocaml-ppx-enumerate.
  gnu: Add ocaml-ppx-js-style.
  gnu: Add ocaml-ppx-base.
  gnu: Add ocaml-fieldslib.
  gnu: Add ocaml-ppx-fields-conv.
  gnu: Add ocaml-ppx-optcomp
  gnu: Add ocaml-ppx-optional.
  gnu: Add ocaml-jst-config.
  gnu: Add ocaml-jane-street-headers.
  gnu: Add ocaml-time-now.
  gnu: Add ocaml-ppx-inline-test.
  gnu: Add ocaml-angstrom.
  gnu: Add ocaml-uri.
  gnu: Add ocaml-variantslib.
  gnu: Add ocaml-ppx-variants-conv.
  gnu: Add ocaml-ppx-expect.
  gnu: ocaml-num: Update to 1.4.

 gnu/packages/ocaml.scm | 1738 ++++++++++++++++++++++++++--------------
 1 file changed, 1120 insertions(+), 618 deletions(-)

Comments

Xinglu Chen May 25, 2021, 7:29 p.m. UTC | #1
On Mon, May 10 2021, pukkamustard wrote:

> Hello Guix,
>
> This is V2 of the patch series which includes the fixes suggested by
> Maxime for ocaml-gen and merges issue #45558 (Add js_of_ocaml by
> divoplade; https://issues.guix.gnu.org/45558).
>
> This is becoming an even larger series. Please let me know if there is
> anything I can do to make this easier to review.

All the packages build fine, but I haven’t tested anything.

LGTM!