this repo has no description

Merge pull request #24486 from vscoqbot/opam-publish-vscoq-language-server.2.0.1-coq8.18

Package vscoq-language-server.2.0.1+coq8.18

Changed files
+43
packages
vscoq-language-server
vscoq-language-server.2.0.1+coq8.18
+43
packages/vscoq-language-server/vscoq-language-server.2.0.1+coq8.18/opam
···
+
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" }
+
"dune" { >= "3.2" }
+
"coq-core" { >= "8.18" < "8.19" }
+
"coq-stdlib" { >= "8.18" < "8.19" }
+
"yojson"
+
"jsonrpc" { >= "1.15"}
+
"ocamlfind"
+
"ppx_inline_test"
+
"ppx_assert"
+
"ppx_sexp_conv"
+
"ppx_yojson_conv" {< "v0.16.0"}
+
"ppx_deriving"
+
"sexplib"
+
"ppx_yojson_conv"
+
"ppx_import"
+
"result" { >= "1.5" }
+
"lsp" { >= "1.15"}
+
"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.1+coq8.18/vscoq-language-server-2.0.1-coq8.18.tar.gz"
+
checksum: [
+
"md5=0bb4d33ce17c0ff2922b089b62ef6477"
+
"sha512=f1918867f09a3bba3276490f9aaae899117d8a37e4e7e2d8d64bf65dc0ad72b0708a7c3075ceaedd86e8ced70796df62169cf7277049b6a45117e3e666187017"
+
]
+
}