Skip to content

Commit ae6d942

Browse files
authored
Merge pull request #29016 from ejgallego/release-coq-lsp-0.2.5+9.0
[new release] coq-lsp (0.2.5+9.0)
2 parents 86baacc + a262086 commit ae6d942

File tree

1 file changed

+83
-0
lines changed
  • packages/coq-lsp/coq-lsp.0.2.5+9.0

1 file changed

+83
-0
lines changed
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
synopsis: "Language Server Protocol native server for Coq"
2+
description:
3+
"""
4+
Language Server Protocol native server for Coq
5+
"""
6+
opam-version: "2.0"
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"
11+
authors: [
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>"
16+
]
17+
license: "LGPL-2.1-or-later"
18+
doc: "https://ejgallego.github.io/coq-lsp/"
19+
20+
depends: [
21+
22+
("ocaml" {>= "5.0"} & "ocaml" { < "5.3"}
23+
| ("ocaml" {>= "4.12"} & "memprof-limits" { >= "0.2.1" } ))
24+
"ocaml" {with-test & >= "4.13"}
25+
26+
"dune" { >= "3.13.0" } # Version interval [3.8-3.12] was
27+
# broken for composed builds with Coq
28+
29+
# lsp dependencies
30+
"cmdliner" { >= "1.1.0" }
31+
"yojson" { >= "1.7.0" }
32+
"uri" { >= "4.2.0" }
33+
"dune-build-info" { >= "3.2.0" }
34+
35+
# coq-layout-printer
36+
"tyxml" { >= "4.5.0" }
37+
38+
# for waterproof json parser
39+
"menhir" { >= "20220210" }
40+
41+
# unit testing
42+
"ppx_inline_test" { >= "v0.15.0" }
43+
44+
# This is now a hard dep due to API changes in 1.9.7
45+
"ocamlfind" { >= "1.9.8" }
46+
47+
# v9.0
48+
"rocq-prover" { >= "9.0" < "9.1" }
49+
"rocq-runtime" { >= "9.0" < "9.1" }
50+
"rocq-core" { >= "9.0" < "9.1" }
51+
52+
# serlib deps
53+
"ppx_deriving" { >= "5.2" }
54+
"ppx_deriving_yojson" { >= "3.7.0" }
55+
"ppx_import" { >= "1.11.0" }
56+
"sexplib" { >= "v0.15.0" & < "v0.18" }
57+
"ppx_sexp_conv" { >= "v0.15.0" & < "v0.18" }
58+
"ppx_compare" { >= "v0.15.0" & < "v0.18" }
59+
"ppx_hash" { >= "v0.15.0" & < "v0.18" }
60+
]
61+
62+
# older results get in mess with ppx_deriving, we cannot control how
63+
# it gets pulled, often in min-bound rev-dep, so we conflict with it
64+
conflicts: [ "result" { < "1.5" } ]
65+
66+
depopts: ["lwt" "logs"]
67+
68+
build: [
69+
[ "rm" "-rf" "vendor" ]
70+
[ "dune" "build" "-p" name "-j" jobs ]
71+
]
72+
run-test: [ [ "dune" "runtest" "-p" name "-j" jobs ] ]
73+
74+
x-maintenance-intent: [ "(latest)" ]
75+
url {
76+
src:
77+
"https://github.com/ejgallego/coq-lsp/releases/download/0.2.5+9.0/coq-lsp-0.2.5+9.0.tbz"
78+
checksum: [
79+
"sha256=11ba9a2f5c25f55fdfe1c00072f89940e35bd1441c64e2adac388a1cda53c881"
80+
"sha512=b13d76d054c47354032d3371db8ff8bc2fbc78e2509596733249ebca8a2f5ce94529fcdb76cce0a353ecea26f66a52cd2b51310dad9156be10de7fe2ee66f6ba"
81+
]
82+
}
83+
x-commit-hash: "c1dc11b7877d36d083f7fb002b43dd6076801442"

0 commit comments

Comments
 (0)