this repo has no description
1opam-version: "2.0"
2synopsis: "LSP Server for OCaml"
3description: "An LSP server for OCaml."
4maintainer: ["Rudi Grinberg <me@rgrinerg.com>"]
5authors: [
6 "Andrey Popp <8mayday@gmail.com>"
7 "Rusty Key <iam@stfoo.ru>"
8 "Louis Roché <louis@louisroche.net>"
9 "Oleksiy Golovko <alexei.golovko@gmail.com>"
10 "Rudi Grinberg <me@rgrinberg.com>"
11 "Sacha Ayoun <sachaayoun@gmail.com>"
12 "cannorin <cannorin@gmail.com>"
13]
14license: "ISC"
15homepage: "https://github.com/ocaml/ocaml-lsp"
16bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
17depends: [
18 "dune" {>= "2.5"}
19 "yojson"
20 "stdlib-shims"
21 "ppx_yojson_conv_lib"
22 "dune-build-info"
23 "dot-merlin-reader"
24 "csexp" {>= "1.2.3"}
25 "result" {>= "1.5"}
26 "ocamlformat" {with-test}
27 "ocamlfind" {>= "1.5.2"}
28 "odoc" {with-doc}
29 "ocaml" {>= "4.06" & < "4.12"}
30]
31dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
32build: [
33 ["dune" "subst"] {dev}
34 [
35 "dune"
36 "build"
37 "-j"
38 jobs
39 "ocaml-lsp-server.install"
40 "--release"
41 ]
42]
43x-commit-hash: "154ccd7142651807d40eb851969f318b873b7fb4"
44url {
45 src:
46 "https://github.com/ocaml/ocaml-lsp/releases/download/1.4.1/jsonrpc-1.4.1.tbz"
47 checksum: [
48 "sha256=cee8371e7048e24c90e916c373ef6f3aba6f474d8a5fcf507ab6650fd8575eeb"
49 "sha512=150ebf71d3484d3beec1a145877cf30d84581bd072dd20159e878ed07cc4fc647b019b98bb0c9fede839b87f7bd13de4a64b534c0760a2ec57d0e4a4deac6f0f"
50 ]
51}