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 " "Ulugbek Abdullaev " "Thibaut Mattio " "Max Lantas " ] license: "ISC" homepage: "https://github.com/ocaml/ocaml-lsp" bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" depends: [ "dune" {>= "2.9"} "ocaml" {>= "4.08"} "odoc" {with-doc} ] 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} ] ] url { src: "https://github.com/ocaml/ocaml-lsp/releases/download/1.11.4/jsonrpc-1.11.4.tbz" checksum: [ "sha256=3cf22130250c9e96178cc209e9c456e2cfbbefa229d5b133a9059804f16d58ae" "sha512=3087d9b03b798509fec3cd0141c5aab58e84204b89ffd6cad97989ec83aca0edbd9484d6dd584e8be3cc9a882ea31f56d8df47472ec025ffca2878d241828e8e" ] } x-commit-hash: "b9eb2967dd3b918b35b0c09c699f6120c028a597"