this repo has no description

Merge pull request #24673 from ejgallego/release-coq-lsp-0.1.8+8.17

[new release] coq-lsp (0.1.8+8.17)

Changed files
+48
packages
coq-lsp
coq-lsp.0.1.8+8.17
+48
packages/coq-lsp/coq-lsp.0.1.8+8.17/opam
···
···
+
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 <e@x80.org>"
+
"Ali Caglayan <alizter@gmail.com>"
+
"Shachar Itzhaky <shachari@cs.technion.ac.il>"
+
"Ramkumar Ramachandra <r@artagnon.com>"
+
]
+
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.17" < "8.18" }
+
"coq-serapi" { >= "8.17.0" < "8.18" }
+
]
+
+
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.17/coq-lsp-0.1.8.8.17.tbz"
+
checksum: [
+
"sha256=d825cca28cff503fb23906245ebeb0a41fc6497b21e4538df7a3450e705129e6"
+
"sha512=f2351f6cc81ebaef77e46b1f72bcbb4397f5433eabe3b64ca9ee72423bc251d016ae51ac4b7b35d66bdceee6295f2feb799ea82290fd467933ff25d78844c972"
+
]
+
}
+
x-commit-hash: "e37090d22b38b609600dbaad66f082f57c392dfd"