Skip to content

Commit

Permalink
Merge pull request #25187 from ejgallego/release-coq-lsp-0.1.8+8.19
Browse files Browse the repository at this point in the history
[new release] coq-lsp (0.1.8+8.19)
  • Loading branch information
mseri authored Feb 6, 2024
2 parents edd55b2 + 2b39337 commit 48bfa55
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions packages/coq-lsp/coq-lsp.0.1.8+8.19/opam
Original file line number Diff line number Diff line change
@@ -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: "[email protected]"
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 <[email protected]>"
"Ali Caglayan <[email protected]>"
"Shachar Itzhaky <[email protected]>"
"Ramkumar Ramachandra <[email protected]>"
]
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"

0 comments on commit 48bfa55

Please sign in to comment.