this repo has no description
1opam-version: "2.0"
2synopsis: "LSP protocol implementation in OCaml"
3description: """
4Implementation of the LSP protocol in OCaml. It is designed to be as portable as
5possible and does not make any assumptions about IO.
6"""
7maintainer: ["Rudi Grinberg <me@rgrinerg.com>"]
8authors: [
9 "Andrey Popp <8mayday@gmail.com>"
10 "Rusty Key <iam@stfoo.ru>"
11 "Louis Roché <louis@louisroche.net>"
12 "Oleksiy Golovko <alexei.golovko@gmail.com>"
13 "Rudi Grinberg <me@rgrinberg.com>"
14 "Sacha Ayoun <sachaayoun@gmail.com>"
15 "cannorin <cannorin@gmail.com>"
16 "Ulugbek Abdullaev <ulugbekna@gmail.com>"
17 "Thibaut Mattio <thibaut.mattio@gmail.com>"
18 "Max Lantas <mnxndev@outlook.com>"
19]
20license: "ISC"
21homepage: "https://github.com/ocaml/ocaml-lsp"
22bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
23depends: [
24 "dune" {>= "2.9"}
25 "jsonrpc" {= version}
26 "dyn"
27 "yojson"
28 "ppx_yojson_conv_lib" {>= "v0.14"}
29 "stdune"
30 "uutf" {>= "1.0.2"}
31 "odoc" {with-doc}
32 "ocaml" {>= "4.12"}
33]
34dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
35build: [
36 ["dune" "subst"] {dev}
37 ["ocaml" "unix.cma" "unvendor.ml"]
38 [
39 "dune"
40 "build"
41 "-p"
42 name
43 "-j"
44 jobs
45 "@install"
46 "@doc" {with-doc}
47 ]
48]
49url {
50 src:
51 "https://github.com/ocaml/ocaml-lsp/releases/download/1.11.1/jsonrpc-1.11.1.tbz"
52 checksum: [
53 "sha256=8ea8aa181eb05d25ed5b2a8e012ff364d3dad1ecc7b6141d78bb5823481cd6a4"
54 "sha512=cf0ddd3895a41d5ef7b0f3af07ba89a5212d904307d56cef88e3b98c8245fad497428f6f5f43d8fdf8a84a6668b7b09d2bc1b1a1d2a6f0d65389ecacff1ba040"
55 ]
56}
57x-commit-hash: "88d6738af1933c714e00ea6f3380283150ff3133"