lsp-client: Haskell library for Language Server Protocol clients

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.2.0.0, 0.2.0.0, 0.3.0.0
Change log CHANGELOG.md
Dependencies aeson (>=2 && <3), aeson-pretty, base (>=4.16 && <5), bytestring (>=0.9 && <0.13), co-log-core, containers, data-default, dependent-map, Diff, directory, extra, filepath, generic-lens, Glob, lens (>=5 && <6), lsp, lsp-types (>=2 && <3), mtl, row-types, stm, text, text-rope, unix-compat (>=0.7.1 && <0.8), unliftio (>=0.2 && <0.3), unordered-containers [details]
License Apache-2.0
Author ners
Maintainer ners@gmx.ch
Category System
Home page https://github.com/ners/lsp-client/blob/master/README.md
Bug tracker https://github.com/ners/lsp-client/issues
Source repo head: git clone https://github.com/ners/lsp-client
Uploaded by ners at 2024-02-04T18:59:08Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for lsp-client-0.2.0.0

[back to package description]

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.