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

Module Msgpack.Message

type custom = {
  1. type_id : Base.int;
  2. data : Base.Bytes.t;
}
val sexp_of_custom : custom -> Ppx_sexp_conv_lib.Sexp.t
val custom_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> custom
type t =
  1. | Nil
  2. | Integer of Base.int
  3. | Int64 of Base.Int64.t
  4. | UInt64 of Base.Int64.t
  5. | Boolean of Base.bool
  6. | Floating of Base.float
  7. | Array of t Base.list
  8. | Map of (t * t) Base.list
  9. | String of Base.string
  10. | Binary of Base.Bytes.t
  11. | Extension of custom
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.