package vcaml

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

Install

Dune Dependency

Authors

Maintainers

Sources

vcaml-v0.15.0.tar.gz
sha256=0dbf2526a24d838988ae9a327550fdd9f0328dbdca9d026430fb4b579e0e0442

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

Module Nvim_internal.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.