OCaml bindings for the Neovim API
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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
Published
05 Dec 2019
Authors
Maintainers
Sources
v0.13.0.tar.gz
md5=f346c9fa625ca6068b1d24a474776669
Dependencies
dune
>= "2.0.0"
angstrom-async
< "0.14.0"
angstrom
< "0.14.0"
ppx_jane
>= "v0.13" & < "v0.14"
core_kernel
>= "v0.13" & < "v0.14"
core
>= "v0.13" & < "v0.14"
base
>= "v0.13" & < "v0.14"
async_extra
>= "v0.13" & < "v0.14"
async
>= "v0.13" & < "v0.14"
ocaml
>= "4.08.0"
Reverse Dependencies
None
Conflicts
None