coqmktop
development libraries and tools for Coq
Install
- All systems
-
curl cmd.cat/coqmktop.sh
- Debian
-
apt-get install libcoq-ocaml-dev
- Ubuntu
-
apt-get install libcoq-ocaml-dev
- Arch Linux
-
pacman -S coq
- Kali Linux
-
apt-get install libcoq-ocaml-dev
- Fedora
-
dnf install coq
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libcoq-ocaml-dev
- OS X
-
brew install coq
- Raspbian
-
apt-get install libcoq-ocaml-dev
- Dockerfile
- dockerfile.run/coqmktop
libcoq-ocaml-dev
development libraries and tools for Coq
Coq is a proof assistant for higher-order logic, which allows the development of computer programs consistent with their formal specification. It is developed using Objective Caml and Camlp5. This package provides coqmktop, and libraries needed to develop OCaml-side extensions to Coq.
coq
proof assistant for higher-order logic (toplevel and compiler)
Coq is a proof assistant for higher-order logic, which allows the development of computer programs consistent with their formal specification. It is developed using Objective Caml and Camlp5. This package provides coqtop, a command line interface to Coq. A graphical interface for Coq is provided in the coqide package. Coq can also be used with ProofGeneral, which allows proofs to be edited using emacs and xemacs. This requires the proofgeneral package to be installed.