Skip to content

Commit 1a95be5

Browse files
committed
2 packages from rocq-prover/vsrocq at 2.3.3
1 parent 6c1b386 commit 1a95be5

File tree

2 files changed

+75
-0
lines changed
  • packages
    • vscoq-language-server/vscoq-language-server.2.3.3
    • vsrocq-language-server/vsrocq-language-server.2.3.3

2 files changed

+75
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
depends: [
9+
"vsrocq-language-server" {= version}
10+
]
11+
synopsis: "Compatibility meta package for the VsRocq language server after the Rocq renaming"
12+
available: arch != "arm32" & arch != "x86_32"
13+
x-maintenance-intent: ["(latest)"]
14+
url {
15+
src:
16+
"https://github.com/rocq-prover/vsrocq/releases/download/v2.3.3/vsrocq-language-server-2.3.3.tar.gz"
17+
checksum: [
18+
"md5=c3f17c36f162c6be3ed6f35a30e3a18d"
19+
"sha512=32c67c0a915d0983332337d891ccc40d3204b04e83c8d307cffdda06df7798db8bedb74e705101d2c83d595cfb2e4f82ecbf576fe3c385ec7ead9689f50f7d05"
20+
]
21+
}
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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.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+
x-maintenance-intent: ["(latest)"]
47+
url {
48+
src:
49+
"https://github.com/rocq-prover/vsrocq/releases/download/v2.3.3/vsrocq-language-server-2.3.3.tar.gz"
50+
checksum: [
51+
"md5=c3f17c36f162c6be3ed6f35a30e3a18d"
52+
"sha512=32c67c0a915d0983332337d891ccc40d3204b04e83c8d307cffdda06df7798db8bedb74e705101d2c83d595cfb2e4f82ecbf576fe3c385ec7ead9689f50f7d05"
53+
]
54+
}

0 commit comments

Comments
 (0)