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.7"} "yojson" "ppx_yojson_conv_lib" {>= "v0.14.0"} "dune-build-info" "dot-merlin-reader" "pp" {>= "1.1.2"} "csexp" {>= "1.4.0"} "result" {>= "1.5"} "ocamlformat" {with-test} "odoc" {with-doc} "ocaml" {>= "4.12" & < "4.13"} ] dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" build: [ ["dune" "subst"] {dev} [ "dune" "build" "-j" jobs "ocaml-lsp-server.install" "--release" ] ] x-commit-hash: "e97fa4c6862732926190cf2dd0965ae2705f365d" url { src: "https://github.com/ocaml/ocaml-lsp/releases/download/1.6.1/jsonrpc-1.6.1.tbz" checksum: [ "sha256=bccc0d7194714a4c40c362766ad9095d3c58505a1d4f1dc4becd9b3d1bda8209" "sha512=199bee8c74aec6822bc83bf9a7c3757206bdaa55a19cd1f5cf480127618a078baa1e917f6a90a6135a5277e4eb87977e685c10e6503f546997e6b985949e190f" ] }