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" < "1.19"} "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-community/vscoq/releases/download/v2.2.1/vscoq-language-server-2.2.1.tar.gz" checksum: [ "md5=06737aa7d96bbf42f89db3c86ef3e4dd" "sha512=5118f26e5b687bc918de3409870464702f3fafc0c775ad5fac4835fc7954df66beaf83bc3a413476176160773215aae1d292816c49dc192c94566bba0fbe5a5b" ] }