re-expose lsp and jsonrpc without requiring lsp.linol and lsp.

Signed-off-by: Sacha-Élie Ayoun <sachaayoun@gmail.com>
This commit is contained in:
Sacha-Élie Ayoun 2025-04-03 16:45:42 +01:00
parent 213f7164a7
commit aae7605aff
2 changed files with 4 additions and 4 deletions

View file

@ -3,6 +3,10 @@
Abstraction over The "Lsp" library, to make it easier to develop Abstraction over The "Lsp" library, to make it easier to develop
LSP servers in OCaml (but not necessarily {b for} OCaml). *) LSP servers in OCaml (but not necessarily {b for} OCaml). *)
module Imports = struct
module Lsp = Lsp
module Jsonrpc = Jsonrpc
end
module type IO = Sigs.IO module type IO = Sigs.IO

4
vendor/lsp/dune vendored
View file

@ -7,8 +7,4 @@
(lint (lint
(pps ppx_yojson_conv))) (pps ppx_yojson_conv)))
(cinaps
(files types.ml types.mli)
(libraries lsp_gen))
(ocamllex uri_lexer) (ocamllex uri_lexer)