Skip to content

Commit 7949ff4

Browse files
authored
Merge pull request #28501 from vscoqbot/opam-publish-vsrocq-language-server.2.3.0
Package vsrocq-language-server.2.3.0
2 parents 6ef6813 + afdc1e4 commit 7949ff4

File tree

1 file changed

+53
-0
lines changed
  • packages/vsrocq-language-server/vsrocq-language-server.2.3.0

1 file changed

+53
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
opam-version: "2.0"
2+
maintainer: "Enrico Tassi <[email protected]>"
3+
authors: [ "Enrico Tassi" "Maxime Dénès" "Romain Tetley" ]
4+
license: "MIT"
5+
homepage: "https://github.com/rocq-prover/vsrocq"
6+
bug-reports: "https://github.com/rocq-prover/vsrocq/issues"
7+
dev-repo: "git+https://github.com/rocq-prover/vsrocq"
8+
9+
build: [
10+
[make "dune-files"]
11+
[
12+
"etc/rocq-wrap-coqc.sh" {!coq-core:installed}
13+
"dune" "build" "-p" name "-j" jobs
14+
]
15+
]
16+
depends: [
17+
"ocaml" { >= "4.14" }
18+
"dune" { >= "3.5" }
19+
("coq-core" { ((>= "8.18" < "8.21") | (= "dev")) }
20+
| "rocq-core" { ((>= "9.0+rc1" < "9.2~") | (= "dev")) })
21+
("coq-stdlib" { ((>= "8.18" < "8.21") | (= "dev")) }
22+
| "rocq-stdlib" { ((>= "9.0+rc1" < "9.2~") | (= "dev")) })
23+
"yojson"
24+
"jsonrpc" { >= "1.15"}
25+
"ocamlfind"
26+
"ppx_inline_test"
27+
"ppx_assert"
28+
"ppx_sexp_conv"
29+
"ppx_deriving"
30+
"sexplib"
31+
"ppx_yojson_conv"
32+
"ppx_import"
33+
"ppx_optcomp"
34+
"result" { >= "1.5" }
35+
"lsp" { >= "1.15"}
36+
"sel" {>= "0.6.0"}
37+
]
38+
conflicts: [
39+
"vscoq-language-server" {< "2.7~"}
40+
]
41+
synopsis: "VSRocq language server"
42+
available: arch != "arm32" & arch != "x86_32"
43+
description: """
44+
LSP based language server for Rocq and its VSRocq user interface
45+
"""
46+
url {
47+
src:
48+
"https://github.com/rocq-prover/vsrocq/releases/download/v2.3.0/vsrocq-language-server-2.3.0.tar.gz"
49+
checksum: [
50+
"md5=703240416ea0203be94095210f6a81ae"
51+
"sha512=be5dd8d06743f10bb712abce99ade7c87ba44f28507e165f0c6c2efc19961ef43be88d1c2093b5e9eb881437b54a0153ab63865c1fb623e51cfed5f517babc66"
52+
]
53+
}

0 commit comments

Comments
 (0)