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 "dune" {>= "2.5"}
19 "yojson"
20 "stdlib-shims"
21 "ocaml-syntax-shims"
22 "ppx_yojson_conv_lib"
23 "result" {>= "1.5"}
24 "odoc" {with-doc}
25 "ocaml" {>= "4.06"}
26]
27dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
28build: [
29 ["dune" "subst"] {dev}
30 ["ocaml" "unix.cma" "unvendor.ml"]
31 [
32 "dune"
33 "build"
34 "-p"
35 name
36 "-j"
37 jobs
38 "@install"
39 "@doc" {with-doc}
40 ]
41]
42x-commit-hash: "154ccd7142651807d40eb851969f318b873b7fb4"
43url {
44 src:
45 "https://github.com/ocaml/ocaml-lsp/releases/download/1.4.1/jsonrpc-1.4.1.tbz"
46 checksum: [
47 "sha256=cee8371e7048e24c90e916c373ef6f3aba6f474d8a5fcf507ab6650fd8575eeb"
48 "sha512=150ebf71d3484d3beec1a145877cf30d84581bd072dd20159e878ed07cc4fc647b019b98bb0c9fede839b87f7bd13de4a64b534c0760a2ec57d0e4a4deac6f0f"
49 ]
50}