opam-version: "2.0" synopsis: "LSP Server for OCaml" description: "An LSP server for OCaml." maintainer: "Rudi Grinberg " authors: [ "Andrey Popp <8mayday@gmail.com>" "Rusty Key " "Louis Roché " "Oleksiy Golovko " "Rudi Grinberg " "Sacha Ayoun " "cannorin " ] license: "ISC" homepage: "https://github.com/ocaml/ocaml-lsp" bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" depends: [ "dune" {>= "2.5"} "yojson" "stdlib-shims" "ppx_yojson_conv_lib" "dune-build-info" "dot-merlin-reader" "csexp" {>= "1.2.3"} "result" {>= "1.5"} "ocamlformat" {with-test} "ocamlfind" {>= "1.5.2"} "odoc" {with-doc} "ocaml" {>= "4.12" & < "4.13"} ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-j" jobs "ocaml-lsp-server.install" "--release"] ] dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" url { src: "https://github.com/ocaml/ocaml-lsp/releases/download/1.5.0/jsonrpc-1.5.0.tbz" checksum: [ "md5=2c19731536a4f62923554c1947c39211" "sha512=9bc252e2564fe6c9017b5ee1b2c4ddebf73c4be4b2a3d48f1d61b6ec1910a2cb9f4fa4952a7a6d89482c28ddbad8e0d9c34c206a1b2fe42bb2c3a7156aa953e9" ] }