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.1/jsonrpc-1.11.1.tbz" checksum: [ "sha256=8ea8aa181eb05d25ed5b2a8e012ff364d3dad1ecc7b6141d78bb5823481cd6a4" "sha512=cf0ddd3895a41d5ef7b0f3af07ba89a5212d904307d56cef88e3b98c8245fad497428f6f5f43d8fdf8a84a6668b7b09d2bc1b1a1d2a6f0d65389ecacff1ba040" ] } x-commit-hash: "88d6738af1933c714e00ea6f3380283150ff3133"