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" {>= "3.0"} "ocaml" {>= "4.08"} "odoc" {with-doc} ] dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc} ] ] x-maintenance-intent: [ "(latest)" ] url { src: "https://github.com/ocaml/ocaml-lsp/releases/download/1.22.0/lsp-1.22.0.tbz" checksum: [ "sha256=519dc3577d15dc2210defa580481a743579118d50693b691bb10cbc8203fb581" "sha512=9477f47c6b9344b46ac22b2a4fc2fa0444cc2917c62307dc4c91b70440ab6192101e02038cd58e8b65b67088a0c4e235cad6a791c1333b3fe529aeb441bf8a5d" ] } x-commit-hash: "aae6986391a8519de3da6a7a341f2bd3376e0d2f"