diff --git a/packages/coq-lsp/coq-lsp.0.1.8+8.19/opam b/packages/coq-lsp/coq-lsp.0.1.8+8.19/opam new file mode 100644 index 000000000000..3699df30f65c --- /dev/null +++ b/packages/coq-lsp/coq-lsp.0.1.8+8.19/opam @@ -0,0 +1,48 @@ +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.19" < "8.20" } + "coq-serapi" { >= "8.19" < "8.20" } +] + +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.8%2B8.19/coq-lsp-0.1.8.8.19.tbz" + checksum: [ + "sha256=1e63289d620e533615812267e96e44c1b5cd2dbdaf26cc9dc8ba00051c2b08c0" + "sha512=9f5e25c6974d293e7c073e65f85936ef18180692dd031c7b709d24d3eefb1955e955c6208cf02c2ac70fa12966d96bc1d43b29f55c425274802289dcf66d5eb2" + ] +} +x-commit-hash: "045913a5bf299f033b82d377dff4e79b288f9b07"