this repo has no description
1synopsis: "Language Server Protocol native server for Coq"
2description:
3"""
4Language Server Protocol native server for Coq
5"""
6opam-version: "2.0"
7maintainer: "e@x80.org"
8bug-reports: "https://github.com/ejgallego/coq-lsp/issues"
9homepage: "https://github.com/ejgallego/coq-lsp"
10dev-repo: "git+https://github.com/ejgallego/coq-lsp.git"
11authors: [
12 "Emilio Jesús Gallego Arias <e@x80.org>"
13]
14license: "LGPL-2.1-or-later"
15doc: "https://ejgallego.github.io/coq-lsp/"
16
17depends: [
18 "ocaml" { >= "4.13.1" }
19 "dune" { >= "3.0.2" }
20
21 # Not yet required, install Coq deps instead
22 "coq" { >= "8.16.0" & < "8.17" }
23 "coq-serapi" { >= "8.16.0" & < "8.17" }
24 "camlp-streams" { >= "5.0" }
25
26 # lsp dependencies
27 "cmdliner" { >= "1.1.0" }
28 "yojson" { >= "1.7.0" }
29]
30
31build: [ [ "dune" "build" "-p" name "-j" jobs ] ]
32run-test: [ [ "dune" "runtest" "-p" name "-j" jobs ] ]
33url {
34 src:
35 "https://github.com/ejgallego/coq-lsp/releases/download/0.1.0/coq-lsp-0.1.0.tbz"
36 checksum: [
37 "sha256=d2e95a517ff35f59150c4f8399dc23899923a9cc93fce190efaa05422d3bbcf5"
38 "sha512=5593afa6fef241a63cf685fe6e4af42482884aa9078d080503f1aa7987da5f96cc95ddb48b1393ac1bd240e3510f4f7a61fe83882c0f5f8a38c0279eed4a0a11"
39 ]
40}
41x-commit-hash: "73ce7522af43310c7a653a7810dfdd68bc3ffd39"