package linol

  1. Overview
  2. Docs
LSP server library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.4.tar.gz
md5=731cdc0b04e300271d4d38de77e71dcb
sha512=33af7caed7c2afd4c5b0a7fd80570b89d516c59035c9aac5fe81912ce11b1a856460a5994851cb0a6be2799bc6a418bb2f53f9a65ab028c7c41db355a32ce546

Description

Tags

lsp server lwt

Published: 30 Jul 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.6"
  3. logs
  4. yojson >= "1.6"
  5. dune >= "2.0"

Dev Dependencies (1)

  1. odoc with-doc

Used by (2)

  1. dolmen_lsp >= "0.7"
  2. linol-lwt = "0.4"

Conflicts

None