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 "ocaml" {>= "4.06"} 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: "47d01696d197f0980b6a43d92549a917357b835f" 42url { 43 src: 44 "https://github.com/ocaml/ocaml-lsp/releases/download/1.3.0/jsonrpc-1.3.0.tbz" 45 checksum: [ 46 "sha256=598e27258e4749b6e2511e2c5efe00d16f0965806296e808d202cd614d655fba" 47 "sha512=febe80f8a88fac7683cafbd045dceee4869beda1f250b78a1d94d3ad19e746388d24869e805abcb2f33f93687508d65db19a38424c1059670915c050b4f6dbb9" 48 ] 49}