Why3 is a platform for deductive program verification. It provides
a rich language for specification and programming, called WhyML, and
relies on external theorem provers, both automated and interactive,
to discharge verification conditions. Why3 comes with a standard
library of logical theories (integer and real arithmetic, Boolean
operations, sets and maps, etc.) and basic programming data structures
(arrays, queues, hash tables, etc.). A user can write WhyML programs
directly and get correct-by-construction OCaml programs through an
automated extraction mechanism. WhyML is also used as an intermediate
language for the verification of C, Java, or Ada programs.
PROJECT HOME
============
http://why3.lri.fr
https://gforge.inria.fr/projects/why3
DOCUMENTATION
=============
The documentation (a tutorial and a reference manual) is in
the file doc/manual.pdf.
Various examples can be found in the subdirectories theories/
and examples/.
Mailing list (Why3 Club):
http://lists.gforge.inria.fr/mailman/listinfo/why3-club
Bug Tracking System:
https://gforge.inria.fr/tracker/?atid=10293&group_id=2990&func=browse
COPYRIGHT
=========
This program is distributed under the GNU LGPL 2.1. See the enclosed
file LICENSE.
The files src/util/extmap.ml{i} are derived from the sources of
OCaml 3.12 standard library, and are distributed under the GNU
LGPL version 2 (see file OCAML-LICENSE).
Icon sets for the graphical interface of Why3 are subject to specific
licenses, some of them may forbid commercial usage. These specific
licenses are detailed in files share/icons/*/*.txt
INSTALLATION
============
See the file INSTALL.
Select Git revision
why3
| Name | Last commit | Last update |
|---|---|---|
| bench | ||
| bin | ||
| doc | ||
| drivers | ||
| examples | ||
| lib | ||
| misc | ||
| modules | ||
| opam | ||
| plugins | ||
| share | ||
| src | ||
| tests | ||
| theories | ||
| .gitattributes | ||
| .gitignore | ||
| .merlin.in | ||
| AUTHORS | ||
| CHANGES | ||
| DEVELOPER.readme | ||
| INSTALL | ||
| LICENSE | ||
| Makefile.in | ||
| OCAML-LICENSE | ||
| README | ||
| ROADMAP | ||
| TODO | ||
| Version | ||
| check.sh | ||
| configure.in |