···
1
+
synopsis: "Language Server Protocol native server for Coq"
4
+
Language Server Protocol native server for Coq
7
+
maintainer: "e@x80.org"
8
+
bug-reports: "https://github.com/ejgallego/coq-lsp/issues"
9
+
homepage: "https://github.com/ejgallego/coq-lsp"
10
+
dev-repo: "git+https://github.com/ejgallego/coq-lsp.git"
12
+
"Emilio Jesús Gallego Arias <e@x80.org>"
13
+
"Ali Caglayan <alizter@gmail.com>"
14
+
"Shachar Itzhaky <shachari@cs.technion.ac.il>"
15
+
"Ramkumar Ramachandra <r@artagnon.com>"
17
+
license: "LGPL-2.1-or-later"
18
+
doc: "https://ejgallego.github.io/coq-lsp/"
22
+
("ocaml" {>= "5.0"} | ("ocaml" {<= "5.0"} & "memprof-limits" { >= "0.2.1" } ))
24
+
"dune" { >= "3.2.0" }
27
+
"cmdliner" { >= "1.1.0" }
28
+
"yojson" { >= "1.7.0" }
29
+
"uri" { >= "4.2.0" }
30
+
"dune-build-info" { >= "3.2.0" }
33
+
"menhir" { >= "20220210" }
36
+
"ppx_inline_test" { >= "v0.15.0" }
38
+
# Uncomment this for releases
39
+
"coq" { >= "8.17" < "8.18" }
41
+
# coq deps: remove this for releases
42
+
"ocamlfind" {>= "1.9.1"}
43
+
"zarith" {>= "1.13"}
45
+
# result dep, fixed in main, but kept for older releases
46
+
"result" { >= "1.5" }
48
+
# serlib deps: see what we need to keep for release
49
+
"ppx_deriving" { >= "5.2" }
50
+
"ppx_deriving_yojson" { >= "3.7.0" }
51
+
"ppx_import" { >= "1.11.0" }
52
+
"sexplib" { >= "v0.15.0" & < "v0.18" }
53
+
"ppx_sexp_conv" { >= "v0.15.0" & < "v0.18" }
54
+
"ppx_compare" { >= "v0.15.0" & < "v0.18" }
55
+
"ppx_hash" { >= "v0.15.0" & < "v0.18" }
58
+
depopts: ["lwt" "logs"]
61
+
[ "rm" "-rf" "vendor" ]
62
+
[ "dune" "build" "-p" name "-j" jobs ]
64
+
run-test: [ [ "dune" "runtest" "-p" name "-j" jobs ] ]
67
+
"https://github.com/ejgallego/coq-lsp/releases/download/0.2.2+8.17/coq-lsp-0.2.2.8.17.tbz"
69
+
"sha256=64c07c21284a6cf18c9c79fd614f188ebc552dd7a783a00e51c14cca8d062d07"
70
+
"sha512=9cc3efad65f5896af847880b74833c50897a7e4eba34f61e34b3c5136e237f53c6c38252aeb553b932d26e6b5b252631e758d8a8994c2b7c12cfa989fd5686ff"
73
+
x-commit-hash: "4f28f9282f25aea2e84b0820e9f71e5a1beff3d3"