[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49150] [PATCH 0/9] Add ocamlformat and dependencies
From: |
Xinglu Chen |
Subject: |
[bug#49150] [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
- [bug#49150] [PATCH 0/9] Add ocamlformat and dependencies,
Xinglu Chen <=
- [bug#49150] [PATCH 1/9] gnu: ocaml-bisect-ppx: Update to 2.6.1., Xinglu Chen, 2021/06/21
- [bug#49150] [PATCH 3/9] gnu: Add ocaml-menhir-sdk., Xinglu Chen, 2021/06/21
- [bug#49150] [PATCH 2/9] gnu: Add ocaml-menhir-lib., Xinglu Chen, 2021/06/21
- [bug#49150] [PATCH 7/9] gnu: Add ocaml-fix., Xinglu Chen, 2021/06/21
- [bug#49150] [PATCH 9/9] gnu: Add ocamlformat., Xinglu Chen, 2021/06/21
- [bug#49150] [PATCH 4/9] gnu: Add ocaml-uucd., Xinglu Chen, 2021/06/21
- [bug#49150] [PATCH 5/9] gnu: Add ocaml-uucp., Xinglu Chen, 2021/06/21
- [bug#49150] [PATCH 6/9] gnu: Add ocaml-uuseg., Xinglu Chen, 2021/06/21