package lsp

  1. Overview
  2. Docs

Description

Implementation of the LSP protocol in OCaml. It is designed to be as portable as possible and does not make any assumptions about IO.

Published: 03 May 2021

Dependencies (8)

  1. ocaml >= "4.08"
  2. result >= "1.5"
  3. uutf
  4. csexp >= "1.4.0"
  5. ppx_yojson_conv_lib >= "v0.14.0"
  6. yojson < "3"
  7. jsonrpc = version
  8. dune >= "2.7"

Dev Dependencies (4)

  1. ppx_expect with-test & >= "v0.14.0"
  2. cinaps with-test
  3. menhir with-test
  4. odoc with-doc

Used by (2)

  1. dolmen_lsp
  2. forester >= "5.0"

Conflicts

None