vcaml.nvim_internal
Nvim_internal.Api_version
ppxlib
vcaml
vcaml.cinaps
vcaml.debug
vcaml.msgpack
vcaml.msgpack.debug
vcaml.msgpack.rpc
vcaml.plugin
vcaml.test.bindings
vcaml.test.helpers
vcaml.test.semantics
yojson
type t = {
api_compatible : int;
api_level : int;
major : int;
minor : int;
patch : int;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_string : t -> string