Wrapper around the OCaml lsp library to make it easier to write LSP servers
Find a file
2025-04-07 14:56:41 -04:00
.github/workflows don't install lsp/jsonrpc in CI... 2025-04-03 17:15:08 +01:00
example fix build for examples 2025-04-07 14:56:41 -04:00
src format 2025-04-07 14:03:39 -04:00
submodules much simpler 2025-04-03 16:42:06 +01:00
vendor fixes and updates 2025-04-07 13:31:04 -04:00
.gitignore gitignore 2023-03-10 22:44:11 -05:00
.gitmodules much simpler 2025-04-03 16:42:06 +01:00
.ocamlformat update ocamlformat version 2025-04-03 08:16:09 -04:00
CHANGES.md prepare for 0.9 2025-04-03 08:19:53 -04:00
dune much simpler 2025-04-03 16:42:06 +01:00
dune-project Merge branch 'vendor-lsp' 2025-04-07 13:32:20 -04:00
linol-eio.opam Merge branch 'vendor-lsp' 2025-04-07 13:32:20 -04:00
linol-lwt.opam Merge branch 'vendor-lsp' 2025-04-07 13:32:20 -04:00
linol.opam Merge branch 'vendor-lsp' 2025-04-07 13:32:20 -04:00
Makefile Merge branch 'vendor-lsp' 2025-04-07 13:32:20 -04:00
README.md Implement Eio backend 2024-05-22 10:19:03 -04:00

Linol build

This is a wrapper around the lsp library, which provides base types for the protocol. Linol ("linol is not ocaml-lsp") provides an object abstraction so that users can override only the methods they provide, and a Lwt/Eio implementation of the jsonrpc wire protocol.

License

MIT license.