Wrapper around the OCaml lsp library to make it easier to write LSP servers
Find a file
2024-05-22 14:28:42 +01:00
.github/workflows do not actually fail silently, lolol 2024-04-18 11:55:27 -04:00
example Implement Eio backend 2024-05-22 14:28:42 +01:00
src Implement Eio backend 2024-05-22 14:28:42 +01:00
.gitignore gitignore 2023-03-10 22:44:11 -05:00
.ocamlformat add ocamlformat 2023-03-10 23:12:29 -05:00
CHANGES.md prepare for 0.5 2024-02-15 15:33:12 -05:00
dune-project Implement Eio backend 2024-05-22 14:28:42 +01:00
linol-eio.opam Implement Eio backend 2024-05-22 14:28:42 +01:00
linol-lwt.opam chore: autogen opam files 2024-05-08 11:10:08 -04:00
linol.opam chore: autogen opam files 2024-05-08 11:10:08 -04:00
Makefile prepare for 0.3 2021-05-05 13:44:09 -04:00
README.md Implement Eio backend 2024-05-22 14:28:42 +01: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.