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.10.6/jsonrpc-1.10.6.tbz" checksum: [ "sha256=2b43b358c2198e7e52d4ec6ef764d7d0ad88b857f09fcb70150428511bfe610c" "sha512=9be122d6883938187c491b7de799847e34f20ef45da40404f6b9b3cc97993cab074bc4c673569645ee5b939488ef1d910a1154e50cd0f4b81095b1c5c239d5a1" ] } x-commit-hash: "e5f78187a13299a4e7bfba895ccea4d9b2dd5265"