opam-version: "2.0" synopsis: "Jsonrpc protocol implemenation" description: "See https://www.jsonrpc.org/specification" maintainer: ["Rudi Grinberg "] authors: [ "Andrey Popp <8mayday@gmail.com>" "Rusty Key " "Louis Roché " "Oleksiy Golovko " "Rudi Grinberg " "Sacha Ayoun " "cannorin " ] license: "ISC" homepage: "https://github.com/ocaml/ocaml-lsp" bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" depends: [ "dune" {>= "2.5"} "yojson" "stdlib-shims" "ocaml-syntax-shims" "ppx_yojson_conv_lib" "result" {>= "1.5"} "ocaml" {>= "4.06"} ] dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" build: [ ["dune" "subst"] {dev} ["ocaml" "unix.cma" "unvendor.ml"] [ "dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc} ] ] x-commit-hash: "47d01696d197f0980b6a43d92549a917357b835f" url { src: "https://github.com/ocaml/ocaml-lsp/releases/download/1.3.0/jsonrpc-1.3.0.tbz" checksum: [ "sha256=598e27258e4749b6e2511e2c5efe00d16f0965806296e808d202cd614d655fba" "sha512=febe80f8a88fac7683cafbd045dceee4869beda1f250b78a1d94d3ad19e746388d24869e805abcb2f33f93687508d65db19a38424c1059670915c050b4f6dbb9" ] }