package vcaml

  1. Overview
  2. Docs
OCaml bindings for the Neovim API

Install

Dune Dependency

Authors

Maintainers

Sources

vcaml-v0.14.0.tar.gz
sha256=d30d1858696f21cb2863ff1a3c39fc9b12c488aa5328073e300ec852d2716a1e
md5=f667331f1f877114bbfdaaf078159581

doc/vcaml.msgpack_rpc/Msgpack_rpc/index.html

Module Msgpack_rpcSource

Sourcemodule type Connection = sig ... end
Sourcetype event = {
  1. method_name : string;
  2. params : Msgpack.t list;
}
Sourceval sexp_of_event : event -> Ppx_sexp_conv_lib.Sexp.t
Sourceval event_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> event
Sourcemodule type S = sig ... end
Sourcemodule Make (M : Connection) () : S with type conn = M.t
OCaml

Innovation. Community. Security.