--- Begin Message ---
Subject: |
[PATCH 0/9] Add ocamlformat and dependencies |
Date: |
Mon, 21 Jun 2021 11:56:59 +0200 |
This series add ‘ocamlformat’, a code formatter for OCaml, and some
missing dependencies. It also updates the ‘ocaml-bisect-ppx’ package,
otherwise ‘ocamlformat’ would not build.
Some tests for ‘ocamlformat’ are failing, not sure why, so I have
disabled them for now.
Xinglu Chen (9):
gnu: ocaml-bisect-ppx: Update to 2.6.1.
gnu: Add ocaml-menhir-lib.
gnu: Add ocaml-menhir-sdk.
gnu: Add ocaml-uucd.
gnu: Add ocaml-uucp.
gnu: Add ocaml-uuseg.
gnu: Add ocaml-fix.
gnu: Add ocaml-dune-build-info.
gnu: Add ocamlformat.
gnu/packages/ocaml.scm | 240 ++++++++++++++++++++++++++++++++++++++---
1 file changed, 224 insertions(+), 16 deletions(-)
base-commit: 71c3f954194770956b39d311fab44ee6ddb4f666
--
2.32.0
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Subject: |
Re: [bug#49150] [PATCH 0/9] Add ocamlformat and dependencies |
Date: |
Sun, 8 Aug 2021 22:45:41 +0200 |
Le Mon, 21 Jun 2021 11:56:59 +0200,
Xinglu Chen <public@yoctocell.xyz> a écrit :
> This series add ‘ocamlformat’, a code formatter for OCaml, and some
> missing dependencies. It also updates the ‘ocaml-bisect-ppx’ package,
> otherwise ‘ocamlformat’ would not build.
>
> Some tests for ‘ocamlformat’ are failing, not sure why, so I have
> disabled them for now.
>
> Xinglu Chen (9):
> gnu: ocaml-bisect-ppx: Update to 2.6.1.
> gnu: Add ocaml-menhir-lib.
> gnu: Add ocaml-menhir-sdk.
> gnu: Add ocaml-uucd.
> gnu: Add ocaml-uucp.
> gnu: Add ocaml-uuseg.
> gnu: Add ocaml-fix.
> gnu: Add ocaml-dune-build-info.
> gnu: Add ocamlformat.
>
> gnu/packages/ocaml.scm | 240
> ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 224
> insertions(+), 16 deletions(-)
>
>
> base-commit: 71c3f954194770956b39d311fab44ee6ddb4f666
Sorry for the delay! Pushed as
e473fe1056a8b8089715dff46050355f777ef5ed to
e83fe81be4677aca1f42f0df9c8d2606400a4619, after fixing the
description ocaml-uuseg. I omited patches 2 and 3 and fixed ocamlformat
accordingly.
Thanks!
--- End Message ---