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.12.1/lsp-1.12.1.tbz" checksum: [ "sha256=a70c37fe4ef94a809e813509317c653c0f26197da303fd2f6ed4d04298aaf0c7" "sha512=c674487665dd2f32ec89f953f86e0e209e8ebc709a00376fa4553b6d35280f24d23b08a51688f071927616fba9e6e3b17339d036c920aadeb53249ae5df5d03c" ] } x-commit-hash: "5846c8c4b3e3d56022bedaa70cd0d87680b49d88"