package linol

  1. Overview
  2. Docs

Linol

Abstraction over The "Lsp" library, to make it easier to develop LSP servers in OCaml (but not necessarily for OCaml).

module type IO = sig ... end
module Jsonrpc2 : sig ... end
module Server : sig ... end
module Blocking_IO : sig ... end
module Log : sig ... end
module Make = Jsonrpc2.Make