File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed
packages/vscoq-language-server/vscoq-language-server.2.2.6 Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 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/coq-community/vscoq"
6+ bug-reports: "https://github.com/coq-community/vscoq/issues"
7+ dev-repo: "git+https://github.com/coq-community/vscoq"
8+
9+ build: [
10+ [ "dune" "build" "-p" name "-j" jobs ]
11+ ]
12+ depends: [
13+ "ocaml" { >= "4.14" }
14+ "dune" { >= "3.5" }
15+ "coq-core" { ((>= "8.18" < "9.1") | (= "dev")) }
16+ "coq-stdlib" { ((>= "8.18" < "9.1") | (= "dev")) }
17+ "yojson"
18+ "jsonrpc" { >= "1.15"}
19+ "ocamlfind"
20+ "ppx_inline_test"
21+ "ppx_assert"
22+ "ppx_sexp_conv"
23+ "ppx_deriving"
24+ "sexplib"
25+ "ppx_yojson_conv"
26+ "ppx_import"
27+ "ppx_optcomp"
28+ "result" { >= "1.5" }
29+ "lsp" { >= "1.15"}
30+ "sel" {>= "0.6.0"}
31+ ]
32+ synopsis: "VSCoq language server"
33+ available: arch != "arm32" & arch != "x86_32"
34+ description: """
35+ LSP based language server for Coq and its VSCoq user interface
36+ """
37+ url {
38+ src:
39+ "https://github.com/coq/vscoq/releases/download/v2.2.6/vscoq-language-server-2.2.6.tar.gz"
40+ checksum: [
41+ "md5=f528c1760966ac10d48b5f1c5531411a"
42+ "sha512=1f69538ae5f78854b34e3f1a9d408714843e899bb96d063c2bfac410339b6a13ee5f30d5e7b3cd2bbd673169bcfdb550153ba741092cdc3ee3a8ca6446cc2240"
43+ ]
44+ }
You can’t perform that action at this time.
0 commit comments