this repo has no description

Merge pull request #23181 from ejgallego/release-coq-lsp-0.1.4.+v8.16

[new release] coq-lsp (0.1.4+v8.16)

Kate efc38fba 0adeeb88

Changed files
+44
packages
coq-lsp
coq-lsp.0.1.4+v8.16
+44
packages/coq-lsp/coq-lsp.0.1.4+v8.16/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" }
+
+
# lsp dependencies
+
"cmdliner" { >= "1.1.0" }
+
"yojson" { >= "1.7.0" }
+
+
# Uncomment this for releases
+
"coq" { >= "8.16.0" & < "8.17" }
+
"coq-serapi" { >= "8.16.0+0.16.2" & < "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.4%2Bv8.16/coq-lsp-0.1.4.v8.16.tbz"
+
checksum: [
+
"sha256=50df59eafc5b24a881c1a1dda6f6032b1da35b9b6ade7cb9e39968def9319508"
+
"sha512=e1d383b6802758cdbe5cbc6278af275d7951acd78224cdcfe622428942e84366ca283bf375d6e535ad7e8d8e847df84bd763bb2a263fc457dc5aead386c2836d"
+
]
+
}
+
x-commit-hash: "313b40b51a39ecfd00611e3a814335c3b6bd5a20"