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"
20flags: avoid-version
21depends: [
22 "dune" {>= "3.0"}
23 "ocaml" {>= "4.08"}
24 "odoc" {with-doc}
25]
26dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
27build: [
28 ["dune" "subst"] {dev}
29 ["ocaml" "unix.cma" "unvendor.ml"]
30 [
31 "dune"
32 "build"
33 "-p"
34 name
35 "-j"
36 jobs
37 "@install"
38 "@doc" {with-doc}
39 ]
40]
41url {
42 src:
43 "https://github.com/ocaml/ocaml-lsp/releases/download/1.15.0%2B5.0preview1/lsp-1.15.0.5.0preview1.tbz"
44 checksum: [
45 "sha256=e988a9de9a3e809ac1005c1eafd8f5825842edb8e92d05199110b682968c102c"
46 "sha512=a581a81b19b2d33e4ccf45d042b889164965bdefdbba06a5af8959052a0b515ede09fc8d75c25d8795777c61c39a299930fe3dbc3d69a561b6065f6629baa0a6"
47 ]
48}
49x-commit-hash: "a2779a1e8fa244a2d2002fc872f8672f6e7ca067"