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.14" } "dune" { >= "3.5" } "coq-core" { ((>= "8.18" < "8.21") | (= "dev")) } "coq-stdlib" { ((>= "8.18" < "8.21") | (= "dev")) } "yojson" "jsonrpc" { >= "1.15"} "ocamlfind" "ppx_inline_test" "ppx_assert" "ppx_sexp_conv" "ppx_deriving" "sexplib" "ppx_yojson_conv" "ppx_import" "ppx_optcomp" "result" { >= "1.5" } "lsp" { >= "1.15"} "sel" {>= "0.4.0"} ] synopsis: "VSCoq language server" available: arch != "arm32" & arch != "x86_32" description: """ LSP based language server for Coq and its VSCoq user interface """ url { src: "https://github.com/coq/vscoq/releases/download/v2.2.3/vscoq-language-server-2.2.3.tar.gz" checksum: [ "md5=c8f21aebcdbc9a82201e0ae2ef27e381" "sha512=aa520998f9d4a1f80327a584ddb9a3ad8cea3a846b45784231a4a29a1734d8deed0670ba66fabd097016641c619fd580e09f1da060bfdce4bf4275396d21a8b6" ] }