opam-version: "2.0" synopsis: "LSP protocol implementation in OCaml" description: """ Implementation of the LSP protocol in OCaml. It is designed to be as portable as possible and does not make any assumptions about IO. """ 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"} "jsonrpc" {= version} "dyn" "yojson" "ppx_yojson_conv_lib" {>= "v0.14"} "stdune" "uutf" {>= "1.0.2"} "odoc" {with-doc} "ocaml" {>= "4.12"} ] 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.5/jsonrpc-1.10.5.tbz" checksum: [ "sha256=4de252eadd6bb968563ef58d6adae7494588e93d7b5ca8a8b072d88b30430dcc" "sha512=accf974fc43e34b7a87b99f4c5e2e1d8a04f152b5d92eea8a1531d7e223776942a96c12a18272c1a7ace7d5c43da6b7028e83a2c5c75becaa13bf712c48423b0" ] } x-commit-hash: "1372614cf0a3a31e58ee255ab59661d64cf9a0b0"