package vscoq-language-server
VSCoq language server
Install
Dune Dependency
Authors
Maintainers
Sources
vscoq-language-server-2.0.2-coq8.18.tar.gz
md5=8a4ff41372c157688170f0174e58d646
sha512=852f4e8cc7e687805e0707368a5625ef3c226d1373f677a731d32a04f8d0cb2f5d64ffdf350b0a5e446ff5075982dc36f2bc9d533d3862009f73fc22fd04fcc0
Description
LSP based language server for Coq and its VSCoq user interface
Published: 16 Oct 2023
README
README.md
VSCoq Language Server
This is a language server for Coq speaking LSP with a few additional messages which are VSCoq specific (e.g. declaring a point of interest, printing goals).
SEL is a simple event library used to handle I/O
DM is a document manager for Coq with support for delegation via SEL
vscoqtop is a Coq toplevel speaking LSP based on DM and SEL
Status
This software is being actively developed and should not be used in production.
Running
The coq and vscoq submodules point to versions which are know to work. make run
starts code
with the right settings.
Dependencies (18)
-
sel
>= "0.4.0"
-
lsp
>= "1.15" & < "1.19.0"
-
result
>= "1.5"
- ppx_import
- ppx_yojson_conv
- sexplib
- ppx_deriving
-
ppx_yojson_conv
< "v0.16.0"
- ppx_sexp_conv
- ppx_assert
- ppx_inline_test
- ocamlfind
-
jsonrpc
>= "1.15"
- yojson
-
coq-stdlib
>= "8.18" & < "8.19"
-
coq-core
>= "8.18" & < "8.19"
-
dune
>= "3.2"
-
ocaml
>= "4.13.1"
Dev Dependencies
None
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page