this repo has no description
1opam-version: "2.0"
2maintainer: "Enrico Tassi <enrico.tassi@inria.fr>"
3authors: [ "Enrico Tassi" "Maxime Dénès" "Romain Tetley" ]
4license: "MIT"
5homepage: "https://github.com/coq-community/vscoq"
6bug-reports: "https://github.com/coq-community/vscoq/issues"
7dev-repo: "git+https://github.com/coq-community/vscoq"
8
9build: [
10 [ "dune" "build" "-p" name "-j" jobs ]
11]
12depends: [
13 "ocaml" { >= "4.13.1" }
14 "dune" { >= "3.5" }
15 "coq-core" { ((>= "8.18" < "8.20") | (= "dev")) }
16 "coq-stdlib" { ((>= "8.18" < "8.20") | (= "dev")) }
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 "ppx_optcomp"
29 "result" { >= "1.5" }
30 "lsp" { >= "1.15" & < "1.19.0" }
31 "sel" {>= "0.4.0"}
32]
33synopsis: "VSCoq language server"
34description: """
35LSP based language server for Coq and its VSCoq user interface
36"""
37url {
38 src:
39 "https://github.com/coq-community/vscoq/releases/download/v2.1.2/vscoq-language-server-2.1.2.tar.gz"
40 checksum: [
41 "md5=9ccbe96d94fdb50b82934df09344cab3"
42 "sha512=fb26617cb85f8958433982300edb53b194e2af267e1a9bee98f64cf45d4114407f026eefc6f2f07812906007847e5ac6e47d4602c13a30f3359cda639321fc58"
43 ]
44}