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_unix/Msgpack_unix/index.html

Module Msgpack_unix

module Unix_socket : sig ... end
include Msgpack_rpc.S with type conn = Unix_socket.t
type conn = Unix_socket.t
type t
val subscribe : t -> Core_kernel.Source_code_position.t -> Msgpack_rpc.event Async_kernel.Pipe.Reader.t
val call : t -> method_name:string -> parameters:Msgpack.t -> (Msgpack.t, Msgpack.t) Async_kernel.Deferred.Result.t
val connect : conn -> t
val register_method : name:string -> f:(Msgpack.t list -> Msgpack.t Core_kernel.Or_error.t) -> unit Core_kernel.Or_error.t
OCaml

Innovation. Community. Security.