Skip to content

HTTP specification in Coq, testable and verifiable

License

Notifications You must be signed in to change notification settings

liyishuai/coq-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

122 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coq-http

Docker CI

HTTP specification in Coq, testable and verifiable

Meta

Building and installation instructions

The easiest way to install the latest released version of coq-http is via OPAM:

opam repo add rocq-released https://rocq-prover.org/opam/released
opam install coq-http

To instead build and install manually, you need to make sure that all the libraries this development depends on are installed. The easiest way to do that is still to rely on opam:

git clone https://github.com/liyishuai/coq-http.git
cd coq-http
opam repo add rocq-released https://rocq-prover.org/opam/released
opam install --deps-only .
make   # or make -j <number-of-cores-on-your-machine> 
make install

About

HTTP specification in Coq, testable and verifiable

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Contributors 3

  •  
  •  
  •