package vcaml

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

Install

Dune Dependency

Authors

Maintainers

Sources

vcaml-v0.14.0.tar.gz
md5=f667331f1f877114bbfdaaf078159581

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: 31 May 2020

Dependencies (11)

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

Dev Dependencies

None

Used by

None

Conflicts

None