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" } 23 24 # lsp dependencies 25 "cmdliner" { >= "1.1.0" } 26 "yojson" { >= "1.7.0" } 27 "uri" { >= "4.2.0" } 28 29 # waterproof parser 30 "menhir" { >= "20220210" } 31 32 # Uncomment this for releases 33 "coq" { >= "8.16.0" & < "8.17" } 34 "coq-serapi" { >= "8.16.0+0.16.2" & < "8.17" } 35 "camlp-streams" { >= "5.0" } 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.5.1%2B8.16/coq-lsp-0.1.5.1.8.16.tbz" 43 checksum: [ 44 "sha256=bd1d61581eed552aef1b2a37442684a9f96240f1faaf695330c33391a8742a4a" 45 "sha512=44566902af1ef750d901527b4b9f5ef9872cfed88a935fe94a78e5a07692855949fed5d71e6709a19f5bf619cf3640391f393fdfeaa98834e72c35106af460c3" 46 ] 47} 48x-commit-hash: "8995e95e17c714e855df0de1cc250cfbc52693bb"