Skip to content

Commit 2efd4d4

Browse files
authored
Merge pull request ocaml#23319 from ejgallego/release-coq-lsp-0.1.5+8.16
[new release] coq-lsp (0.1.5+8.16)
2 parents 8dbf46e + b7a2330 commit 2efd4d4

File tree

1 file changed

+48
-0
lines changed
  • packages/coq-lsp/coq-lsp.0.1.5+8.16

1 file changed

+48
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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+
"ocaml" { >= "4.11.0" }
22+
"dune" { >= "3.2" }
23+
24+
# lsp dependencies
25+
"cmdliner" { >= "1.1.0" }
26+
"yojson" { >= "1.7.0" }
27+
"uri" { >= "4.2.0" }
28+
29+
# waterproof parser
30+
"menhir" { >= "20220210" }
31+
32+
# Uncomment this for releases
33+
"coq" { >= "8.16.0" & < "8.17" }
34+
"coq-serapi" { >= "8.16.0+0.16.2" & < "8.17" }
35+
"camlp-streams" { >= "5.0" }
36+
]
37+
38+
build: [ [ "dune" "build" "-p" name "-j" jobs ] ]
39+
run-test: [ [ "dune" "runtest" "-p" name "-j" jobs ] ]
40+
url {
41+
src:
42+
"https://github.com/ejgallego/coq-lsp/releases/download/0.1.5%2B8.16/coq-lsp-0.1.5.8.16.tbz"
43+
checksum: [
44+
"sha256=5a0819d6ceb18cf031ece2c466eefd27f018d85c1c7472038bbb7c2663714b6e"
45+
"sha512=be97b25db922014681dce75a68566b887f692c60208b698f03ce8b2fc0c1a2eab5c0c563d698eeb1d21dea5405468e958e67cce9a6c94a3106529f1b4ebfce13"
46+
]
47+
}
48+
x-commit-hash: "40cf80963146585badf868b1b9922d967ecf58a9"

0 commit comments

Comments
 (0)