synopsis: "Language Server Protocol native server for Coq" description: """ Language Server Protocol native server for Coq """ opam-version: "2.0" maintainer: "e@x80.org" bug-reports: "https://github.com/ejgallego/coq-lsp/issues" homepage: "https://github.com/ejgallego/coq-lsp" dev-repo: "git+https://github.com/ejgallego/coq-lsp.git" authors: [ "Emilio Jesús Gallego Arias " "Ali Caglayan " "Shachar Itzhaky " "Ramkumar Ramachandra " ] license: "LGPL-2.1-or-later" doc: "https://ejgallego.github.io/coq-lsp/" depends: [ "ocaml" { >= "4.11.0" } "dune" { >= "3.2.0" } # lsp dependencies "cmdliner" { >= "1.1.0" } "yojson" { >= "1.7.0" } "uri" { >= "4.2.0" } "dune-build-info" { >= "3.2.0" } # waterproof parser "menhir" { >= "20220210" } # Uncomment this for releases "coq" { >= "8.16.0" & < "8.17" } "coq-serapi" { >= "8.16.0+0.16.2" & < "8.17" } "camlp-streams" { >= "5.0" } ] build: [ [ "dune" "build" "-p" name "-j" jobs ] ] run-test: [ [ "dune" "runtest" "-p" name "-j" jobs ] ] url { src: "https://github.com/ejgallego/coq-lsp/archive/refs/tags/0.1.6.1+8.16.tar.gz" checksum: [ "sha256=714e28280df575a9aac5c382bfbaee2815ee278d11782f670d220372892554a3" "sha512=ba713ecfb2f1f097c0a355991f65f3b8e46453efb08ee78073d9d9504225b83208907f2c6dfa39256fb9a34bece81fccbeb05b59f6c0f0e1729221c5ef1d97b8" ] } x-commit-hash: "29d4cf9bc325bc4d8670bed25f6ca5ea34db21df"