Skip to content

Commit

Permalink
Merge pull request #22802 from ejgallego/release-coq-lsp-0.1.1+v8.16
Browse files Browse the repository at this point in the history
[new release] coq-lsp (0.1.1+v8.16)
  • Loading branch information
kit-ty-kate authored Jan 3, 2023
2 parents 8dce802 + 96b7052 commit 8ed9349
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions packages/coq-lsp/coq-lsp.0.1.1+v8.16/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
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>"
]
license: "LGPL-2.1-or-later"
doc: "https://ejgallego.github.io/coq-lsp/"

depends: [
"ocaml" { >= "4.12.0" }
"dune" { >= "3.2" }

# Not yet required, install Coq deps instead
"coq" { >= "8.16.0" & < "8.17" }
"coq-serapi" { >= "8.16.0" & < "8.17" }
"camlp-streams" { >= "5.0" }

# lsp dependencies
"cmdliner" { >= "1.1.0" }
"yojson" { >= "1.7.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.1%2Bv8.16/coq-lsp-0.1.1.v8.16.tbz"
checksum: [
"sha256=be48fd1449d8a0eb209e83ebbcde95090e94ba74ee7e744a399c3a5b67cc4acb"
"sha512=c711b953346d3e45ed61c75d5f3825d877820dec38e5dc803cd1ab9a32d6b4a850232a84984c3c340d3939c459ea0595f606d303e1ba714e4245a784b3507ab0"
]
}
x-commit-hash: "5a7a5de8784061f46b58a00dae9365aabd9daa31"

0 comments on commit 8ed9349

Please sign in to comment.