package linol

  1. Overview
  2. Docs
LSP server library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.tar.gz
md5=a4f0fcbe9d7ac6535e9c96b0f5008bb5
sha512=72f6254abb8d4fde51e6b2d6e05ae18967d69e0fa39a42d991601ddb4176dbc3da1d344c1e42e066dbe5d6b477352be9fd962c4d1a4e1e703d94f5c0b9a6f584

Description

Tags

lsp server lwt

Published: 24 Mar 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 (4)

  1. ocaml >= "4.08"
  2. lsp >= "1.4" & < "1.5"
  3. containers >= "3.0" & < "4.0"
  4. 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