Skip to content

Commit a6c0868

Browse files
Merge pull request #27989 from ejgallego/release-coq-lsp-0.2.3+9.0
[new release] coq-lsp (0.2.3+9.0)
2 parents eef23ec + 6f267ea commit a6c0868

File tree

1 file changed

+74
-0
lines changed
  • packages/coq-lsp/coq-lsp.0.2.3+9.0

1 file changed

+74
-0
lines changed
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
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: "[email protected]"
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 <[email protected]>"
13+
"Ali Caglayan <[email protected]>"
14+
"Shachar Itzhaky <[email protected]>"
15+
"Ramkumar Ramachandra <[email protected]>"
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.0"} & "memprof-limits" { >= "0.2.1" } ))
23+
24+
"dune" { >= "3.13.0" } # Version interval [3.8-3.12] was
25+
# broken for composed builds with Coq
26+
27+
# lsp dependencies
28+
"cmdliner" { >= "1.1.0" }
29+
"yojson" { >= "1.7.0" }
30+
"uri" { >= "4.2.0" }
31+
"dune-build-info" { >= "3.2.0" }
32+
33+
# waterproof json parser
34+
"menhir" { >= "20220210" }
35+
36+
# unit testing
37+
"ppx_inline_test" { >= "v0.15.0" }
38+
39+
"rocq-prover" { >= "9.0" < "9.1" }
40+
41+
# [release branch] Remove
42+
"ocamlfind" {>= "1.9.1" & (>= "1.9.8" | os != "windows") }
43+
"zarith" {>= "1.13"}
44+
45+
# serlib deps: see what we need to keep for release
46+
"ppx_deriving" { >= "5.2" }
47+
"ppx_deriving_yojson" { >= "3.7.0" }
48+
"ppx_import" { >= "1.11.0" }
49+
"sexplib" { >= "v0.15.0" & < "v0.18" }
50+
"ppx_sexp_conv" { >= "v0.15.0" & < "v0.18" }
51+
"ppx_compare" { >= "v0.15.0" & < "v0.18" }
52+
"ppx_hash" { >= "v0.15.0" & < "v0.18" }
53+
]
54+
55+
# older results get in mess with ppx_deriving, we cannot control how
56+
# it gets pulled, often in min-bound rev-dep, so we conflict with it
57+
conflicts: [ "result" { < "1.5" } ]
58+
59+
depopts: ["lwt" "logs"]
60+
61+
build: [
62+
[ "rm" "-rf" "vendor" ]
63+
[ "dune" "build" "-p" name "-j" jobs ]
64+
]
65+
run-test: [ [ "dune" "runtest" "-p" name "-j" jobs ] ]
66+
url {
67+
src:
68+
"https://github.com/ejgallego/coq-lsp/releases/download/0.2.3%2B9.0/coq-lsp-0.2.3.9.0.tbz"
69+
checksum: [
70+
"sha256=8776582dddfe768623870cf540ff6ba1e96a44a36e85db18ab93d238d640f92a"
71+
"sha512=2837889bf99bfe715bd0e752782211a76a14aac71ed37a4fb784f4f0abe338352c9c6d8caa37daf79c036997add1cb306c523f793625b38709f3b5e245380223"
72+
]
73+
}
74+
x-commit-hash: "17df8cfdf317f9cbf38fe125e465623008b7df39"

0 commit comments

Comments
 (0)