package vcaml

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.13.0.tar.gz
md5=f346c9fa625ca6068b1d24a474776669

Description

The Neovim text editor comes with an RPC-based public API which can be used to control the editor. This set of libraries implements an OCaml interface to those APIs, for the purpose of permitting neovim plugins to be written in OCaml.

Published: 05 Dec 2019

Dependencies (11)

  1. faraday
  2. dune >= "2.0.0"
  3. angstrom-async < "0.14.0"
  4. angstrom < "0.14.0"
  5. ppx_jane >= "v0.13" & < "v0.14"
  6. core_kernel >= "v0.13" & < "v0.14"
  7. core >= "v0.13" & < "v0.14"
  8. base >= "v0.13" & < "v0.14"
  9. async_extra >= "v0.13" & < "v0.14"
  10. async >= "v0.13" & < "v0.14"
  11. ocaml >= "4.08.0"

Dev Dependencies

None

Used by

None

Conflicts

None