Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package vscoq-language-server.2.0.0+coq8.18 #24452

Closed
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
opam-version: "2.0"
maintainer: "Enrico Tassi <enrico.tassi@inria.fr>"
authors: [ "Enrico Tassi" "Maxime Dénès" "Romain Tetley" ]
license: "MIT"
homepage: "https://github.com/coq-community/vscoq"
bug-reports: "https://github.com/coq-community/vscoq/issues"
dev-repo: "git+https://github.com/coq-community/vscoq"

build: [
[ "dune" "build" "-p" name "-j" jobs ]
]
depends: [
"ocaml" { >= "4.13.1" }
vscoqbot marked this conversation as resolved.
Show resolved Hide resolved
"dune" { >= "3.2" }
"coq-core" { >= "8.18" < "8.19" }
"coq-stdlib" { >= "8.18" < "8.19" }
"yojson"
vscoqbot marked this conversation as resolved.
Show resolved Hide resolved
"jsonrpc" { >= "1.16" }
vscoqbot marked this conversation as resolved.
Show resolved Hide resolved
"ocamlfind"
"ppx_inline_test"
"ppx_assert"
"ppx_sexp_conv"
"ppx_yojson_conv" {< "v0.16.0"}
"ppx_deriving"
"sexplib"
"ppx_yojson_conv"
"ppx_import"
"lsp"
"sel" {>= "0.4.0"}
]
synopsis: "VSCoq language server"
description: """
LSP based language server for Coq and its VSCoq user interface
"""
url {
src:
"https://github.com/coq-community/vscoq/releases/download/v2.0.0+coq8.18/vscoq-language-server-2.0.0-coq8.18.tar.gz"
checksum: [
"md5=40867d56ddd62a0d82e0bba1cae93ee4"
"sha512=ba0da1e5ada65824031f9746657f080bcf0d053f9b0dae29f18f5fba4c826352968b3ae5f543d734bb5f758635b1e58fdad2133dc59003dd8cd823e42bfac5c0"
]
}