why3 0.87.3-2ubuntu4 source package in Ubuntu

Changelog

why3 (0.87.3-2ubuntu4) bionic; urgency=medium

  * Rebuild against new OCAML ABIs.

 -- Gianfranco Costamagna <email address hidden>  Sat, 28 Oct 2017 16:41:58 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
why3_0.87.3.orig.tar.gz 4.3 MiB 6a8ac5539a65a5e2c63f46e3d8f9f69059b931e261fc4caca879d218b8d9c9ba
why3_0.87.3-2ubuntu4.debian.tar.xz 12.6 KiB c0f2cc3cba058a4fccbc0545d19e73a4c89eb4d032fa2a54d6bed882d35b6df9
why3_0.87.3-2ubuntu4.dsc 2.6 KiB 4954b3851d06a80edc9456d59f106016c4c130ce980f8d4c7d13c4027764ba28

Available diffs

View changes file

Binary packages built by this source

libwhy3-ocaml-dev: OCaml librariries for why3 (dev)

 This package contains the libraries of the why3 verification platform
 for developing applications using why3.

why3: Software verification platform

 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.
 .
 Why3 is a complete reimplementation of the former Why platform. Among
 the new features are: numerous extensions to the input language, a
 new architecture for calling external provers, and a well-designed
 API, allowing to use Why3 as a software library. An important
 emphasis is put on modularity and genericity, giving the end user a
 possibility to easily reuse Why3 formalizations or to add support for
 a new external prover if wanted.

why3-coq: Coq support for the why3 verification platform

 This package contains the compiled coq files that are necessary to
 use the coq proof assistant together with the why3 deductive
 verification platform, as well as the why3 tactic for coq.

why3-coq-dbgsym: debug symbols for why3-coq
why3-dbgsym: debug symbols for why3
why3-doc-html: HTML Documentation of the why3 verification platform

 This package contains the tutorial and reference manual of the
 why3 verification platform in HTML format.

why3-doc-pdf: PDF Documentation of the why3 verification platform

 This package contains the tutorial and reference manual of the
 why3 verification platform in PDF format.

why3-examples: Examples for the why3 verification platform

 This package contains examples, both of program verification tasks
 and pure logical verification tasks, for the why3 software verification
 platform.