package linol

  1. Overview
  2. Docs
LSP server library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.tar.gz
md5=2f6137dfbf81e89697213583b7f6d3ab
sha512=b5d736c62f92b175c5a62d7f6fe91f0c43d6941997d734cd8fda5a6c7e3675839683ccda92d4df90820047847c9d93b54d8a86e1b3cfc91d5ab19ba4b6174d32

Description

Tags

lsp server lwt

Published: 07 Apr 2021

README

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.

License

MIT license.

Dependencies (5)

  1. ocaml >= "4.08"
  2. lsp >= "1.4" & < "1.5"
  3. yojson >= "1.6"
  4. containers >= "3.0" & < "4.0"
  5. dune >= "2.0"

Dev Dependencies (1)

  1. odoc with-doc

Used by (2)

  1. dolmen_lsp = "0.6"
  2. linol-lwt = "0.2"

Conflicts

None