package vcaml

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.13.0.tar.gz
sha256=a5c0f5d0a77d5ac7688221c6c7c7023e3587a8374659556f67074df6676c3d6f
md5=f346c9fa625ca6068b1d24a474776669

doc/vcaml.msgpack_rpc/Msgpack_rpc/index.html

Module Msgpack_rpc

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

Innovation. Community. Security.