opam-version: "2.0" maintainer: "Enrico Tassi " 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.5" } "coq-core" { ((>= "8.18" < "8.20") | (= "dev")) } "coq-stdlib" { ((>= "8.18" < "8.20") | (= "dev")) } "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" "ppx_optcomp" "result" { >= "1.5" } "lsp" { >= "1.15" & < "1.19.0" } "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.1.2/vscoq-language-server-2.1.2.tar.gz" checksum: [ "md5=9ccbe96d94fdb50b82934df09344cab3" "sha512=fb26617cb85f8958433982300edb53b194e2af267e1a9bee98f64cf45d4114407f026eefc6f2f07812906007847e5ac6e47d4602c13a30f3359cda639321fc58" ] }