1+ opam-version: "2.0"
2+ synopsis: "LSP Server for OCaml"
3+ description: "An LSP server for OCaml."
4+ maintainer: "Rudi Grinberg <
[email protected] >"
5+ authors: [
6+ 7+ 8+ 9+ "Oleksiy Golovko <
[email protected] >"
10+ "Rudi Grinberg <
[email protected] >"
11+ 12+ 13+ "Ulugbek Abdullaev <
[email protected] >"
14+ "Thibaut Mattio <
[email protected] >"
15+ 16+ ]
17+ license: "ISC"
18+ homepage: "https://github.com/ocaml/ocaml-lsp"
19+ bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
20+ depends: [
21+ "dune" {>= "3.0"}
22+ "yojson"
23+ "base" {>= "v0.16.0"}
24+ "lsp" {= version}
25+ "jsonrpc" {= version}
26+ "re" {>= "1.5.0"}
27+ "ppx_yojson_conv_lib" {>= "v0.14"}
28+ "dune-rpc" {>= "3.4.0"}
29+ "chrome-trace" {>= "3.3.0"}
30+ "dyn"
31+ "stdune"
32+ "fiber" {>= "3.1.1" & < "4.0.0"}
33+ "ocaml" {>= "5.4" & < "5.5"}
34+ "xdg"
35+ "ordering"
36+ "dune-build-info"
37+ "spawn"
38+ "astring"
39+ "camlp-streams"
40+ "ppx_expect" {>= "v0.17.0" & with-test}
41+ "ocamlformat" {with-test & = "0.27.0"}
42+ "ocamlc-loc" {>= "3.7.0"}
43+ "pp" {>= "1.1.2"}
44+ "csexp" {>= "1.5"}
45+ "ocamlformat-rpc-lib" {>= "0.21.0"}
46+ "odoc" {with-doc}
47+ "merlin-lib" {>= "5.4" & < "6.0"}
48+ "ppx_yojson_conv" {with-dev-setup}
49+ ]
50+ available: opam-version >= "2.1.0"
51+ flags: avoid-version
52+ build: [
53+ ["dune" "subst"] {dev}
54+ ["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}]
55+ ]
56+ dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
57+ url {
58+ src:
59+ "https://github.com/voodoos/ocaml-lsp/archive/ce8357b4e3f3af77305612640b74ede59638a16f.tar.gz"
60+ checksum: [
61+ "md5=8eb757084370e254275d98d68d18f6fd"
62+ "sha512=d3d206a6d62f4dec7e5e163901050e7f22f2af94d39c887d2b3eae3fc48f492f82713269322893ce803aa9b7a8d2d961e0e2599a5c018ecadbcb427aa2fccaef"
63+ ]
64+ }
65+ x-maintenance-intent: ["(latest)"]
0 commit comments