NickHu / linol

Wrapper around the OCaml `lsp` library to make it easier to write LSP servers

Home Page:https://c-cube.github.io/linol/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Wrapper around the OCaml `lsp` library to make it easier to write LSP servers

https://c-cube.github.io/linol/


Languages

Language:OCaml 99.3%Language:Makefile 0.7%