package vcaml

  1. Overview
  2. Docs
OCaml bindings for the Neovim API

Install

Dune Dependency

Authors

Maintainers

Sources

vcaml-v0.16.0.tar.gz
sha256=dd123302c46af7ca6eda8a7806c78236fd217a8c73a2e1cd7da85f1d69ed1ae4

doc/vcaml.nvim_internal/Nvim_internal/Api_version/index.html

Module Nvim_internal.Api_versionSource

Sourcetype t = {
  1. api_compatible : int;
  2. api_level : int;
  3. major : int;
  4. minor : int;
  5. patch : int;
}
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.