this repo has no description
1opam-version: "2.0"
2synopsis: "Jsonrpc protocol implemenation"
3description: "See https://www.jsonrpc.org/specification"
4maintainer: ["Rudi Grinberg <me@rgrinerg.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]
14license: "ISC"
15homepage: "https://github.com/ocaml/ocaml-lsp"
16bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
17depends: [
18 "yojson"
19 "stdlib-shims"
20 "ocaml-syntax-shims"
21 "ppx_yojson_conv_lib"
22 "result" {>= "1.5"}
23 "ocaml" {>= "4.06" & < "4.12"}
24 "dune" {>= "2.5.0"}
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]
41x-commit-hash: "45ebc4ee009f1588eaf5d5a2d0e5137be937501e"
42url {
43 src:
44 "https://github.com/ocaml/ocaml-lsp/releases/download/1.2.0/jsonrpc-1.2.0.tbz"
45 checksum: [
46 "sha256=e4e56590b9af02160e5af7733763897d7cfe3f9b876692af4d4184ab0fce4bcb"
47 "sha512=724d5190a678ca8a3f3c13915cbfcf8d3cce8efa43e0dde130b14c45065b6ccd22507951e79977bcecf361c7928f271d312b87642bb2c52f33669c3e952a7e1b"
48 ]
49}