package rocq-stdlib
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  The Rocq Proof Assistant -- Standard Library
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      stdlib-9.0.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha512=97faa80d63a398c2c6872e043d65b1b907bb01ec3ea42f35cf757b3457b8fa2b64475d1577000ce2dea2c3f93e59e36cc5af9864adacf47f92db96ecbe307a45
    
    
  Description
Rocq is a formal proof management system. 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.
Typical applications include the certification of properties of programming languages (e.g. the CompCert compiler certification project, or the Bedrock verified low-level programming library), the formalization of mathematics (e.g. the full formalization of the Feit-Thompson theorem or homotopy type theory) and teaching.
This package includes the Rocq Standard Library, that is to say, the set of modules usually bound to the Stdlib.* namespace.
Published: 20 Mar 2025
Dependencies (2)
- 
  
    rocq-core
  
  
    >= "9.0"
- rocq-runtime
Dev Dependencies
None
Used by (4)
- 
  
    coq-lsp
  
  
    = "0.2.3+9.0" | >= "0.2.4+9.0"
- 
  
    coq-stdlib
  
  
    >= "9.0.0"
- rocq-prover
- vsrocq-language-server
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page