package coqide-server

  1. Overview
  2. No Docs

Description

The Rocq Prover is an interactive theorem prover, or proof assistant. It provides a formal language to write mathematical definitions, executable algorithms and theorems together with an environment for semi-interactive development of machine-checked proofs.

This package provides the coqidetop language server, an implementation of Rocq's XML protocol which allows clients, such as RocqIDE, to interact with the Rocq Prover in a structured way.

Published: 23 Feb 2026

Dependencies (2)

  1. rocq-runtime = version
  2. dune >= "3.8"

Dev Dependencies (1)

  1. odoc with-doc

Used by (2)

  1. coq >= "9.1.1"
  2. rocqide >= "9.1.1"

Conflicts

None