package vscoq-language-server
  VSCoq language server
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      vscoq-language-server-2.1.0-coq8.19.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=7bdc4ae44d8d6ab21d586e20835a1b79
    
    
  sha512=7ab8ddae303a9b9ec2d62338edbf4176ca1146ed29e34eb02cf41fc91bf21d507c6e571ba30b73e45869d25a750d7915e79b915d962629cb9aed1598e0b68795
    
    
  doc/README.html
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.