package lsp

  1. Overview
  2. Docs
LSP protocol implementation in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

jsonrpc-1.5.0.tbz
md5=2c19731536a4f62923554c1947c39211
sha512=9bc252e2564fe6c9017b5ee1b2c4ddebf73c4be4b2a3d48f1d61b6ec1910a2cb9f4fa4952a7a6d89482c28ddbad8e0d9c34c206a1b2fe42bb2c3a7156aa953e9

doc/lsp.stdune/Stdune/Csexp/index.html

Module Stdune.CsexpSource

Sourceval parse_string : string -> (Sexp.t, int * string) result
Sourceval parse_string_many : string -> (Sexp.t list, int * string) result
Sourceval input : in_channel -> (Sexp.t, string) result
Sourceval input_opt : in_channel -> (Sexp.t option, string) result
Sourceval input_many : in_channel -> (Sexp.t list, string) result
Sourceval serialised_length : Sexp.t -> int
Sourceval to_string : Sexp.t -> string
Sourceval to_buffer : Buffer.t -> Sexp.t -> unit
Sourceval to_channel : out_channel -> Sexp.t -> unit
Sourcemodule Parser : sig ... end
Sourcemodule type Input = sig ... end
Sourcemodule Make_parser (Input : Input) : sig ... end
OCaml

Innovation. Community. Security.