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

Module MsgpackSource

Sourcemodule Message : module type of Message
Sourcemodule Internal : sig ... end
Sourcemodule Custom : sig ... end
Sourcetype t = Message.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.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
Sourceval t_of_string : Base.string -> t Base.Or_error.t
Sourceval t_of_string_exn : Base.string -> t
Sourceval string_of_t_exn : ?bufsize:Base.int -> t -> Base.string
OCaml

Innovation. Community. Security.