diff --git a/packages/coq-lsp/coq-lsp.0.1.8+8.16/opam b/packages/coq-lsp/coq-lsp.0.1.8+8.16/opam new file mode 100644 index 00000000000..5249d8e1db9 --- /dev/null +++ b/packages/coq-lsp/coq-lsp.0.1.8+8.16/opam @@ -0,0 +1,49 @@ +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.16.0" & < "8.17" } + "coq-serapi" { >= "8.16.0" & < "8.17" } + "camlp-streams" { >= "5.0" } +] + +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.16/coq-lsp-0.1.8.8.16.tbz" + checksum: [ + "sha256=40e33157d83bf2c79791b50e31644c070803f9cba1c559ddc00d01a2d01d0f42" + "sha512=85bf5986091325df085e6b83056b05d37e82e2eb0f2db47bf46b0380ce23129f5d2139bf25ae75a52bff5c42868a2212bbaf6c888ce91dac55e814f146e2c89a" + ] +} +x-commit-hash: "0b969ed83ee9db57c748a23e1e7f1da722e46e42"