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.0/jsonrpc-1.11.0.tbz" checksum: [ "sha256=8d8a75bccb55e8f4b8ec5376fcb5cd04faa43dfbd0717c67e95b7232e848d4de" "sha512=4470b9bee7505d2530198709e626200e9bec82d81ac06a91c691215ca21e00173362ca66ef02843062a3d9a3155c4bc1e10215f3f2a242f9d36a21a5d94782f8" ] } x-commit-hash: "423345e2dd4d485bc91e762d3f89746d4882040b"