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/Msgpack/Custom/index.html

Module Msgpack.CustomSource

Sourcetype t = Message.custom = {
  1. type_id : Base.int;
  2. data : Base.Bytes.t;
}
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0__.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0__.Sexp.t
Sourceval equal : t -> t -> Base.bool
OCaml

Innovation. Community. Security.