From 33be161bd90dbc36d81699f242a30e83820384f6 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 9 Feb 2021 10:41:45 -0500 Subject: [PATCH] doc: add readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..f0cd9361 --- /dev/null +++ b/README.md @@ -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.