this repo has no description
1opam-version: "2.0"
2synopsis: "Jsonrpc protocol implemenation"
3description: "See https://www.jsonrpc.org/specification"
4maintainer: ["Rudi Grinberg <me@rgrinberg.com>"]
5authors: [
6 "Andrey Popp <8mayday@gmail.com>"
7 "Rusty Key <iam@stfoo.ru>"
8 "Louis Roché <louis@louisroche.net>"
9 "Oleksiy Golovko <alexei.golovko@gmail.com>"
10 "Rudi Grinberg <me@rgrinberg.com>"
11 "Sacha Ayoun <sachaayoun@gmail.com>"
12 "cannorin <cannorin@gmail.com>"
13 "Ulugbek Abdullaev <ulugbekna@gmail.com>"
14 "Thibaut Mattio <thibaut.mattio@gmail.com>"
15 "Max Lantas <mnxndev@outlook.com>"
16]
17license: "ISC"
18homepage: "https://github.com/ocaml/ocaml-lsp"
19bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
20depends: [
21 "dune" {>= "3.0"}
22 "ocaml" {>= "4.08"}
23 "odoc" {with-doc}
24]
25dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
26build: [
27 ["dune" "subst"] {dev}
28 ["ocaml" "unix.cma" "unvendor.ml"]
29 [
30 "dune"
31 "build"
32 "-p"
33 name
34 "-j"
35 jobs
36 "@install"
37 "@doc" {with-doc}
38 ]
39]
40url {
41 src:
42 "https://github.com/ocaml/ocaml-lsp/releases/download/1.15.1-4.14/lsp-1.15.1-4.14.tbz"
43 checksum: [
44 "sha256=9e8e1edb067b0b6edc9b8081f1c046427afc6d5d422fe88a9bf2f8076ab9826d"
45 "sha512=28e4511404e808c066b05cde1f047f82819f30ca689d9c906b716743c0a53002ab1993202204302455ae45ce591868cc80490c01ea4fe672e95ce46e62fd2a39"
46 ]
47}
48x-commit-hash: "38849b2a14355e97532e8866c29a88d966dd8b47"