package vscoq-language-server

  1. Overview
  2. Docs
VSCoq language server

Install

Dune Dependency

Authors

Maintainers

Sources

vscoq-language-server-2.1.2.tar.gz
md5=9ccbe96d94fdb50b82934df09344cab3
sha512=fb26617cb85f8958433982300edb53b194e2af267e1a9bee98f64cf45d4114407f026eefc6f2f07812906007847e5ac6e47d4602c13a30f3359cda639321fc58

Description

LSP based language server for Coq and its VSCoq user interface

Published: 21 Feb 2024

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.

Dev Dependencies (2)

  1. coq-stdlib ((>= "8.18" & < "8.20") | (= "dev"))
  2. coq-core ((>= "8.18" & < "8.20") | (= "dev"))

Used by

None

Conflicts

None