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.13.0/lsp-1.13.0.tbz" checksum: [ "sha256=e09f8a15f7c911085c30fdbdcf55584c93dcac34f6573bd58838bacc126de5bf" "sha512=0029a7c777385641a7ab0ebcf1b7e04db42af1f8e5be1598e1ea0ec4b8e3b4c4af1436c1bcaeffd5da5d39cf19f224cc26caa34498fbea6fdfbe29c1000a834f" ] } x-commit-hash: "f3370f03236c7bcea38693ea7cf36cee1d8fe692"