package linol-lwt

  1. Overview
  2. Docs
LSP server library (with Lwt for concurrency)

Install

dune-project
 Dependency

Authors

Maintainers

Sources

linol-0.11.tbz
sha256=6718c7ca79ebff542172f20f418f71f3f1679eb6120f543b5c5c28d85906e215
sha512=1e7e963b5af3ea861cc1367ee6e80fd9add8e6809229c2904f7a16e694cb48a2058063bd3856e6440e7b197f753474bf83c0c9ec2d78325cfef2b734eb9d4ca2

Description

Added to opam-repository:

README

Linol build

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/Eio implementation of the jsonrpc wire protocol.

License

MIT license.

Dependencies (5)

  1. lwt >= "5.1" & < "6.0"
  2. base-unix
  3. linol = version
  4. yojson >= "1.6"
  5. dune >= "2.0"

Dev Dependencies (1)

  1. odoc with-doc

Used by (2)

  1. menhir-lsp
  2. slipshow >= "0.11.0"

Conflicts

None