[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64209] [PATCH v4 00/11] Update with rebase on master
From: |
Benjamin |
Subject: |
[bug#64209] [PATCH v4 00/11] Update with rebase on master |
Date: |
Sun, 24 Mar 2024 00:35:10 +0100 |
4th patch with a rebase on master.
This simplifies a bit the series as there were some dependencies that
have been added like ocaml-dyn or ocaml-stdune.
I fixed dune-ordering so that package-with-ocaml5.0 can work.
This is because it inherits from dune with some properties. cf issue [1]
that can also be closed.
I updated ocaml-dune-build-info following what has been done for other
libraries of dune repositories.
I updated merlin-lib to latest because lsp-server was requiring higher
version.
Running
./pre-inst-env guix build ocaml-merlin ocaml5.0-merlin ocaml-lsp-server
ocaml5.0-lsp-server
could build merlin and ocaml-lsp-server so I guess it should be fine.
Tell me if anything needs to be changed for this patch to be merged in
master.
Best
[1] https://issues.guix.gnu.org/63947
Benjamin (11):
gnu: Fix dune-ordering
gnu: Add ocaml-ppx-yojson-conv-lib.
gnu: Fix ocaml-dune-build-info
gnu: Add ocaml-xdg.
gnu: Add dune-rpc.
gnu: Add ocamlc-loc.
gnu: Add ocaml-chrome-trace.
gnu: Add ocaml-fiber.
gnu: Add ocamlformat-rpc-lib.
gnu: ocaml-merlin-lib: Update to 4.14.
gnu: Add ocaml-lsp-server.
gnu/packages/ocaml.scm | 179 +++++++++++++++++++++++++++++++++++++++--
1 file changed, 174 insertions(+), 5 deletions(-)
base-commit: bf530017f0e847ae895919b32ef37d79fa636a1e
--
2.41.0
- [bug#64209] [PATCH v4 00/11] Update with rebase on master,
Benjamin <=
- [bug#64209] [PATCH v4 02/11] gnu: Add ocaml-ppx-yojson-conv-lib., Benjamin, 2024/03/23
- [bug#64209] [PATCH v4 07/11] gnu: Add ocaml-chrome-trace., Benjamin, 2024/03/23
- [bug#64209] [PATCH v4 10/11] gnu: ocaml-merlin-lib: Update to 4.14., Benjamin, 2024/03/23
- [bug#64209] [PATCH v4 11/11] gnu: Add ocaml-lsp-server., Benjamin, 2024/03/23
- [bug#64209] [PATCH v4 08/11] gnu: Add ocaml-fiber., Benjamin, 2024/03/23
- [bug#64209] [PATCH v4 06/11] gnu: Add ocamlc-loc., Benjamin, 2024/03/23
- [bug#64209] [PATCH v4 05/11] gnu: Add dune-rpc., Benjamin, 2024/03/23
- [bug#64209] [PATCH v4 04/11] gnu: Add ocaml-xdg., Benjamin, 2024/03/23
- [bug#64209] [PATCH v4 01/11] gnu: Fix dune-ordering, Benjamin, 2024/03/23
- [bug#64209] [PATCH v4 03/11] gnu: Fix ocaml-dune-build-info, Benjamin, 2024/03/23