package vcaml

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

Description

VCaml provides OCaml bindings for Neovim's and models some of Neovim's more tricky semantics so plugin authors do not need to consider them when writing plugins. Plugins communicate with Neovim remotely over Msgpack RPC (see :h api for details).

Published: 14 Jun 2023

Dependencies (16)

  1. faraday
  2. dune >= "2.0.0"
  3. angstrom-async >= "0.15.0"
  4. angstrom >= "0.15.0"
  5. textutils >= "v0.16" & < "v0.17"
  6. semantic_version >= "v0.16" & < "v0.17"
  7. ppx_optcomp >= "v0.16" & < "v0.17"
  8. ppx_jane >= "v0.16" & < "v0.17"
  9. man_in_the_middle_debugger >= "v0.16" & < "v0.17"
  10. jsonaf >= "v0.16" & < "v0.17"
  11. expect_test_helpers_async >= "v0.16" & < "v0.17"
  12. core_unix >= "v0.16" & < "v0.17"
  13. core_kernel >= "v0.16" & < "v0.17"
  14. core >= "v0.16" & < "v0.17"
  15. async >= "v0.16" & < "v0.17"
  16. ocaml >= "4.14.0"

Dev Dependencies

None

Used by

None

Conflicts

None