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.3/jsonrpc-1.11.3.tbz" checksum: [ "sha256=2a5305874e4ed382345e297607e9cbda1531670d236833149c8db7a14c06ca1b" "sha512=b1691b2824bfcbeaccf91d613c030a2a485a6cfd972c11285078fe58d257469095b2783c6b74dd89389f9a337811c4bd819db41e448e9671916b5ecd26356334" ] } x-commit-hash: "c7dc1ed99f591e9c8c0a0c0fdd97f2e891e08404"