@hackage / lsp-client

Haskell library for Language Server Protocol clients

Latest0.4.0.0

About

Metadata

  • Last updated , by ners
  • License Apache-2.0
  • Categories Systems Programming
  • Maintained by: ners@gmx.ch

  • Lottery factor: 1

Links

Installation

Readme

lsp-client

lsp-client is a Language Server Protocol client.

Notably, it does not use conduit to parse incoming messages, but instead exposes a truly concurrent session, in which messages can be sent and received asynchronously.

It is part of the lsp family of packages, along with lsp and lsp-types.