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: 12 Jul 2022

Dependencies (8)

  1. ocaml >= "4.12"
  2. uutf >= "1.0.2"
  3. ppx_yojson_conv_lib >= "v0.14"
  4. uri >= "4.0.0"
  5. yojson
  6. dyn
  7. jsonrpc = version
  8. dune >= "3.0"

Dev Dependencies (4)

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

Used by (1)

  1. dolmen_lsp

Conflicts

None