README 696 B

123456789101112131415
  1. Coq implements a program specification and mathematical higher-level
  2. language called Gallina that is based on an expressive formal language
  3. called the Calculus of Inductive Constructions that itself combines both
  4. a higher-order logic and a richly-typed functional programming language.
  5. If you have ocamlopt, Coq will be compiled to native code, which runs 4-10
  6. times faster. For best performance, OCaml should have support for pthreads.
  7. If you want CoqIDE, you need LablGTK2 (>= 2.10.0) with development
  8. files, and GTK2+ (>= 2.10.0). This also REQUIRES OCaml to have support
  9. for pthreads.
  10. If you have emacs installed, emacs files for Coq will be installed.
  11. Otherwise, they will be omitted.