OCaml Language Server Protocol implementation
Browse cluster: OCaml Systems and Utilities →OCaml-LSP is a language server implementation of the Language Server Protocol for OCaml, enabling editor integration and development tooling support. It is built in OCaml and integrates with the Dune build system and Merlin, which it vendors as a dependency to support multiple OCaml versions and leverage Merlin's functionality for features like code completion, hover information, and diagnostics. The project is maintained under the OCaml organization and can be installed via opam, esy, or Dune's package management, with support for Visual Studio Code through the OCaml Platform extension.