package lsp

  1. Overview
  2. No 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.

Added to opam-repository:

Dependencies (6)

  1. ocaml >= "4.14"
  2. uutf >= "1.0.2"
  3. ppx_yojson_conv_lib >= "v0.14"
  4. yojson < "3"
  5. jsonrpc = version
  6. dune >= "3.0"

Dev Dependencies (3)

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

Used by (8)

  1. asai < "0.2.0"
  2. dolmen_lsp
  3. forester >= "5.0"
  4. linol >= "0.5" & < "0.8"
  5. linol-eio < "0.8"
  6. linol-lwt >= "0.6" & < "0.8"
  7. vscoq-language-server < "2.3.3"
  8. vsrocq-language-server

Conflicts

None