guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#64209] [PATCH 00/14] Add ocaml-lsp-server and its dependencies


From: Benjamin
Subject: [bug#64209] [PATCH 00/14] Add ocaml-lsp-server and its dependencies
Date: Wed, 21 Jun 2023 17:45:41 +0200

Hello,

These patches add ocaml-lsp-server package.

A lot of dependencies were required, but for most of them, this is just 
a dune subpackage.
For ocaml-dune-build-info, note that I included the patch from [0]
and I used the same technique for other dune packages.

The latest version of ocaml-lsp-server depends on ocaml-merlin-lib.
I added a compatible version as a new package instead of upgrading
current ocaml-merlin-lib as I was not sure if it would be safe to do so.

Finally, the version 1.6.1 is supporting ocaml 5.0 and 5.1 [1] but I only
tested for 5.0.
Also, as 4.14 is not compatible with it, I only made public version 5.0
of it. I do not no either if was the good thing to be done.

I tested lsp server localy and it has been working fine with neovim for
my usage.

[0] https://issues.guix.gnu.org/63947
[1] https://github.com/ocaml/ocaml-lsp/blob/master/CHANGES.md#1161


Benjamin (14):
  gnu: Fix ocaml-dune-build-info
  gnu: Add ocaml-dune-rpc.
  gnu: Add ocaml-chrome-trace.
  gnu: Add ocaml-dyn.
  gnu: Add ocaml-stdune.
  gnu: Add ocaml-fiber.
  gnu: Add ocaml-xdg.
  gnu: Add ocaml-ordering.
  gnu: Add ocamlc-loc.
  gnu: Add ocamlformat-rpc-lib.
  gnu: Add ocaml-pp.
  gnu: Add ocaml-ppx-yojson-conv-lib.
  gnu: Add ocaml-merlin-lib-4.9.
  gnu: Add ocaml-lsp-server.

 gnu/packages/ocaml.scm | 290 ++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 289 insertions(+), 1 deletion(-)


base-commit: dcca13ed7340f17a33a4c0907c13b64d5da66a8e
-- 
2.40.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]