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} ["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.15.0-4.14/lsp-1.15.0-4.14.tbz" checksum: [ "sha256=b778672c85a4a69451de31d5aef370f80851179c56b80688fd6f588923cd5b63" "sha512=e8b80715d333bdd664f02bfbb13998d36a98d389db979db4ad5005bbb388e8b69b6b2e49f4f33934d82648bd275ff3b868f7651612a2c58b9c4e3e690d318711" ] } x-commit-hash: "2d216d5e3344d71cafc51a5b2291d750844343be"