this repo has no description
1opam-version: "2.0"
2maintainer: "Jane Street developers"
3authors: ["Jane Street Group, LLC"]
4homepage: "https://github.com/janestreet/vcaml"
5bug-reports: "https://github.com/janestreet/vcaml/issues"
6dev-repo: "git+https://github.com/janestreet/vcaml.git"
7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/vcaml/index.html"
8license: "MIT"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "ocaml" {>= "4.08.0"}
14 "async" {>= "v0.15" & < "v0.16"}
15 "base" {>= "v0.15" & < "v0.16"}
16 "core" {>= "v0.15" & < "v0.16"}
17 "core_kernel" {>= "v0.15" & < "v0.16"}
18 "core_unix" {>= "v0.15" & < "v0.16"}
19 "expect_test_helpers_async" {>= "v0.15" & < "v0.16"}
20 "ppx_jane" {>= "v0.15" & < "v0.16"}
21 "textutils" {>= "v0.15" & < "v0.16"}
22 "angstrom" {>= "0.14.1"}
23 "angstrom-async" {>= "0.14.1"}
24 "dune" {>= "2.0.0"}
25 "faraday"
26]
27synopsis: "OCaml bindings for the Neovim API"
28description: "
29The Neovim text editor comes with an RPC-based public API
30which can be used to control the editor. This set of libraries implements
31an OCaml interface to those APIs, for the purpose of permitting neovim
32plugins to be written in OCaml.
33"
34url {
35src: "https://ocaml.janestreet.com/ocaml-core/v0.15/files/vcaml-v0.15.0.tar.gz"
36checksum: "sha256=0dbf2526a24d838988ae9a327550fdd9f0328dbdca9d026430fb4b579e0e0442"
37}