package vcaml

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

Install

Authors

Maintainers

Sources

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

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: 21 Mar 2022

Dependencies (13)

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

Dev Dependencies

None

Used by

None

Conflicts

None