Skip to content

Commit

Permalink
Merge pull request #24080 from ejgallego/release-coq-lsp-0.1.7+8.17
Browse files Browse the repository at this point in the history
[new release] coq-lsp (0.1.7+8.17)
  • Loading branch information
mseri committed Jul 11, 2023
2 parents 7a1f0f4 + b438d69 commit e7402b6
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions packages/coq-lsp/coq-lsp.0.1.7+8.17/opam
Original file line number Diff line number Diff line change
@@ -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 <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.7%2B8.17/coq-lsp-0.1.7.8.17.tbz"
checksum: [
"sha256=efb85d6656abfd26d2c6fd5e69c9b6428b72679d13ee34c493b4253e345b1c8f"
"sha512=71a47460bab8781bc9f24bae0369b463a9d527a96f1a32eb5752172316f1bdc1941e0430e79d775b61d854a7306ba8f97707c4e406d02bdf8b2ad57877c5e690"
]
}
x-commit-hash: "23b033bcc087cc2564bdbc614f8a41de6433bb05"
build-env: [ FCC_TEST = "true" ]

0 comments on commit e7402b6

Please sign in to comment.