doc: add readme

This commit is contained in:
Simon Cruanes 2021-02-09 10:41:45 -05:00
parent a89e7dbb3b
commit 33be161bd9

4
README.md Normal file
View file

@ -0,0 +1,4 @@
# Linol
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 implementation of the jsonrpc wire protocol.