forked from ocaml/ocaml-lsp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathocaml-lsp-server.opam.locked
71 lines (71 loc) · 2.21 KB
/
ocaml-lsp-server.opam.locked
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
opam-version: "2.0"
name: "ocaml-lsp-server"
version: "dev"
synopsis: "LSP Server for OCaml"
description: "An LSP server for OCaml."
maintainer: "Rudi Grinberg <[email protected]>"
authors: [
"Andrey Popp <[email protected]>"
"Rusty Key <[email protected]>"
"Louis Roché <[email protected]>"
"Oleksiy Golovko <[email protected]>"
"Rudi Grinberg <[email protected]>"
"Sacha Ayoun <[email protected]>"
"cannorin <[email protected]>"
]
license: "ISC"
homepage: "https://github.com/ocaml/ocaml-lsp"
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
depends: [
"astring" {= "0.8.5" & with-test}
"base" {= "v0.14.0" & with-test}
"base-bigarray" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"biniou" {= "1.2.1"}
"cmdliner" {= "1.0.4" & with-test}
"conf-m4" {= "1"}
"cppo" {= "1.6.6"}
"csexp" {= "1.3.2"}
"dot-merlin-reader" {= "3.4.2"}
"dune" {= "2.7.1"}
"dune-build-info" {= "2.7.1"}
"dune-configurator" {= "2.7.1" & with-test}
"easy-format" {= "1.3.2"}
"fix" {= "20201120" & with-test}
"fpath" {= "0.7.3" & with-test}
"menhir" {= "20201122" & with-test}
"menhirLib" {= "20201122" & with-test}
"menhirSdk" {= "20201122" & with-test}
"ocaml" {= "4.11.1"}
"ocaml-compiler-libs" {= "v0.12.3" & with-test}
"ocaml-config" {= "1"}
"ocaml-migrate-parsetree" {= "2.1.0" & with-test}
"ocaml-system" {= "4.11.1"}
"ocaml-version" {= "3.0.0" & with-test}
"ocamlbuild" {= "0.14.0" & with-test}
"ocamlfind" {= "1.8.1"}
"ocamlformat" {= "0.16.0" & with-test}
"odoc" {= "1.5.2" & with-test}
"ppx_derivers" {= "1.2.1" & with-test}
"ppx_yojson_conv_lib" {= "v0.14.0"}
"ppxlib" {= "0.20.0" & with-test}
"re" {= "1.9.0" & with-test}
"result" {= "1.5"}
"seq" {= "base" & with-test}
"sexplib0" {= "v0.14.0" & with-test}
"stdio" {= "v0.14.0" & with-test}
"stdlib-shims" {= "0.1.0"}
"topkg" {= "1.0.3" & with-test}
"tyxml" {= "4.4.0" & with-test}
"uchar" {= "0.0.2" & with-test}
"uucp" {= "13.0.0" & with-test}
"uuseg" {= "13.0.0" & with-test}
"uutf" {= "1.0.2" & with-test}
"yojson" {= "1.7.0"}
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-j" jobs "ocaml-lsp-server.install" "--release"]
]
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"