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 "Ali Caglayan <alizter@gmail.com>" 14 "Shachar Itzhaky <shachari@cs.technion.ac.il>" 15 "Ramkumar Ramachandra <r@artagnon.com>" 16] 17license: "LGPL-2.1-or-later" 18doc: "https://ejgallego.github.io/coq-lsp/" 19 20depends: [ 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+rc1+0.17.1" < "8.18" } 36] 37 38build: [ [ "dune" "build" "-p" name "-j" jobs ] ] 39run-test: [ [ "dune" "runtest" "-p" name "-j" jobs ] ] 40url { 41 src: 42 "https://github.com/ejgallego/coq-lsp/releases/download/0.1.6.1%2B8.17/coq-lsp-0.1.6.1.8.17.tbz" 43 checksum: [ 44 "sha256=0b0ea3ce68aa549f61c004dd05d2b386dc18811ec4c9ac667ff2917857758707" 45 "sha512=d3e3ae7e055c1be38368fdc86679462e2aa4636805142e8fd1f73423a14a7c87e06d752f04964377fe39ed10972e3c47d433127694b104c0285adb976faadf66" 46 ] 47} 48x-commit-hash: "36467bd7442943af19ce84c646a64f356a0ca5bb"