package vsrocq-language-server

  1. Overview
  2. Docs
VSRocq language server

Install

dune-project
 Dependency

Authors

Maintainers

Sources

vsrocq-language-server-2.3.0.tar.gz
md5=703240416ea0203be94095210f6a81ae
sha512=be5dd8d06743f10bb712abce99ade7c87ba44f28507e165f0c6c2efc19961ef43be88d1c2093b5e9eb881437b54a0153ab63865c1fb623e51cfed5f517babc66

Description

LSP based language server for Rocq and its VSRocq user interface

Published: 16 Sep 2025

README

VSRocq Language Server

This is a language server for Rocq speaking LSP with a few additional messages which are VSRocq 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 Rocq with support for delegation via SEL
  • vsrocqtop is a Rocq toplevel speaking LSP based on DM and SEL

Dev Dependencies (4)

  1. rocq-stdlib ((>= "9.0+rc1" & < "9.2~") | (= "dev"))
  2. coq-stdlib ((>= "8.18" & < "8.21") | (= "dev"))
  3. rocq-core ((>= "9.0+rc1" & < "9.2~") | (= "dev"))
  4. coq-core ((>= "8.18" & < "8.21") | (= "dev"))

Used by

None

Conflicts (1)

  1. vscoq-language-server < "2.7~"