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.12.0" } 22 "dune" { >= "3.2" } 23 24 # lsp dependencies 25 "cmdliner" { >= "1.1.0" } 26 "yojson" { >= "1.7.0" } 27 28 # Not yet required, install Coq deps instead 29 "coq" { >= "8.16.0" & < "8.17" } 30 "coq-serapi" { >= "8.16.0+0.16.2" & < "8.17" } 31 "camlp-streams" { >= "5.0" } 32] 33 34build: [ [ "dune" "build" "-p" name "-j" jobs ] ] 35run-test: [ [ "dune" "runtest" "-p" name "-j" jobs ] ] 36url { 37 src: 38 "https://github.com/ejgallego/coq-lsp/releases/download/0.1.3%2Bv8.16/coq-lsp-0.1.3.v8.16.tbz" 39 checksum: [ 40 "sha256=d6d589ae18453d9251b4250df50e59cfc87254de0e4734e13c5bca06ab14cee5" 41 "sha512=802b4673c7f581976526a3cb4bd824f7574c5b1cc8fcc7759fcd3358cdc3e4cebef3ec908899ad68129190777ccda931dfc1643b45db156ede15acae0382c148" 42 ] 43} 44x-commit-hash: "d71623f60ff13b40a982f4526f6fa607b2b0fa6e"