File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
packages/vscoq-language-server/vscoq-language-server.2.0.1+coq8.18 Expand file tree Collapse file tree 1 file changed +42
-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.13.1" }
14+ "dune" { >= "3.2" }
15+ "coq-core" { >= "8.18" < "8.19" }
16+ "coq-stdlib" { >= "8.18" < "8.19" }
17+ "yojson"
18+ "jsonrpc" { >= "1.15"}
19+ "ocamlfind"
20+ "ppx_inline_test"
21+ "ppx_assert"
22+ "ppx_sexp_conv"
23+ "ppx_yojson_conv" {< "v0.16.0"}
24+ "ppx_deriving"
25+ "sexplib"
26+ "ppx_yojson_conv"
27+ "ppx_import"
28+ "lsp" { >= "1.15"}
29+ "sel" {>= "0.4.0"}
30+ ]
31+ synopsis: "VSCoq language server"
32+ description: """
33+ LSP based language server for Coq and its VSCoq user interface
34+ """
35+ url {
36+ src:
37+ "https://github.com/coq-community/vscoq/releases/download/v2.0.1+coq8.18/vscoq-language-server-2.0.1-coq8.18.tar.gz"
38+ checksum: [
39+ "md5=0bb4d33ce17c0ff2922b089b62ef6477"
40+ "sha512=f1918867f09a3bba3276490f9aaae899117d8a37e4e7e2d8d64bf65dc0ad72b0708a7c3075ceaedd86e8ced70796df62169cf7277049b6a45117e3e666187017"
41+ ]
42+ }
You can’t perform that action at this time.
0 commit comments