|
| 1 | +synopsis: "Language Server Protocol native server for Coq" |
| 2 | +description: |
| 3 | +""" |
| 4 | +Language Server Protocol native server for Coq |
| 5 | +""" |
| 6 | +opam-version: "2.0" |
| 7 | + |
| 8 | +bug-reports: "https://github.com/ejgallego/coq-lsp/issues" |
| 9 | +homepage: "https://github.com/ejgallego/coq-lsp" |
| 10 | +dev-repo: "git+https://github.com/ejgallego/coq-lsp.git" |
| 11 | +authors: [ |
| 12 | + "Emilio Jesús Gallego Arias < [email protected]>" |
| 13 | + "Ali Caglayan < [email protected]>" |
| 14 | + "Shachar Itzhaky < [email protected]>" |
| 15 | + "Ramkumar Ramachandra < [email protected]>" |
| 16 | +] |
| 17 | +license: "LGPL-2.1-or-later" |
| 18 | +doc: "https://ejgallego.github.io/coq-lsp/" |
| 19 | + |
| 20 | +depends: [ |
| 21 | + "ocaml" { >= "4.11.0" } |
| 22 | + "dune" { >= "3.2.0" } |
| 23 | + |
| 24 | + # lsp dependencies |
| 25 | + "cmdliner" { >= "1.1.0" } |
| 26 | + "yojson" { >= "1.7.0" } |
| 27 | + "uri" { >= "4.2.0" } |
| 28 | + "dune-build-info" { >= "3.2.0" } |
| 29 | + |
| 30 | + # waterproof parser |
| 31 | + "menhir" { >= "20220210" } |
| 32 | + |
| 33 | + # Uncomment this for releases |
| 34 | + "coq" { >= "8.17" < "8.18" } |
| 35 | + "coq-serapi" { >= "8.17.0" < "8.18" } |
| 36 | +] |
| 37 | + |
| 38 | +build: [ [ "dune" "build" "-p" name "-j" jobs ] ] |
| 39 | +run-test: [ [ "dune" "runtest" "-p" name "-j" jobs ] ] |
| 40 | +url { |
| 41 | + src: |
| 42 | + "https://github.com/ejgallego/coq-lsp/releases/download/0.1.7%2B8.17/coq-lsp-0.1.7.8.17.tbz" |
| 43 | + checksum: [ |
| 44 | + "sha256=efb85d6656abfd26d2c6fd5e69c9b6428b72679d13ee34c493b4253e345b1c8f" |
| 45 | + "sha512=71a47460bab8781bc9f24bae0369b463a9d527a96f1a32eb5752172316f1bdc1941e0430e79d775b61d854a7306ba8f97707c4e406d02bdf8b2ad57877c5e690" |
| 46 | + ] |
| 47 | +} |
| 48 | +x-commit-hash: "23b033bcc087cc2564bdbc614f8a41de6433bb05" |
| 49 | +build-env: [ FCC_TEST = "true" ] |
0 commit comments