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.7"}
19 "yojson"
20 "ppx_yojson_conv_lib" {>= "v0.14.0"}
21 "dune-build-info"
22 "dot-merlin-reader"
23 "pp" {>= "1.1.2"}
24 "csexp" {>= "1.4.0"}
25 "result" {>= "1.5"}
26 "ocamlformat" {with-test}
27 "odoc" {with-doc}
28 "ocaml" {>= "4.12" & < "4.13"}
29]
30dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
31build: [
32 ["dune" "subst"] {dev}
33 [
34 "dune"
35 "build"
36 "-j"
37 jobs
38 "ocaml-lsp-server.install"
39 "--release"
40 ]
41]
42x-commit-hash: "e97fa4c6862732926190cf2dd0965ae2705f365d"
43url {
44 src:
45 "https://github.com/ocaml/ocaml-lsp/releases/download/1.6.1/jsonrpc-1.6.1.tbz"
46 checksum: [
47 "sha256=bccc0d7194714a4c40c362766ad9095d3c58505a1d4f1dc4becd9b3d1bda8209"
48 "sha512=199bee8c74aec6822bc83bf9a7c3757206bdaa55a19cd1f5cf480127618a078baa1e917f6a90a6135a5277e4eb87977e685c10e6503f546997e6b985949e190f"
49 ]
50}