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.17" < "8.18" } "coq-serapi" { >= "8.17+rc1+0.17.1" < "8.18" } ] build: [ [ "dune" "build" "-p" name "-j" jobs ] ] run-test: [ [ "dune" "runtest" "-p" name "-j" jobs ] ] url { src: "https://github.com/ejgallego/coq-lsp/releases/download/0.1.6.1%2B8.17/coq-lsp-0.1.6.1.8.17.tbz" checksum: [ "sha256=0b0ea3ce68aa549f61c004dd05d2b386dc18811ec4c9ac667ff2917857758707" "sha512=d3e3ae7e055c1be38368fdc86679462e2aa4636805142e8fd1f73423a14a7c87e06d752f04964377fe39ed10972e3c47d433127694b104c0285adb976faadf66" ] } x-commit-hash: "36467bd7442943af19ce84c646a64f356a0ca5bb"