frama-c 20130601+fluorine3+dfsg-2 source package in Ubuntu

Changelog

frama-c (20130601+fluorine3+dfsg-2) unstable; urgency=low


  * Team upload
  * debian/patches:
    + Fix compilation with OCaml 4.01.0 (Closes: #731637)

 -- Stéphane Glondu <email address hidden>  Sun, 08 Dec 2013 12:25:21 +0100

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
frama-c_20130601+fluorine3+dfsg-2.dsc 2.3 KiB 78afbee90361115c58415c0738bd6473260c4b05a83973292482c5f8ccc0a43d
frama-c_20130601+fluorine3+dfsg.orig.tar.gz 2.5 MiB 69118f631055f86ca299b00255eb3e74cfff69da6317347fafd62a32cae44e38
frama-c_20130601+fluorine3+dfsg-2.debian.tar.gz 25.2 KiB 29c2b0edd7acbe433dddbff6322ba17c42b7e94c7d0e0fb67df06f08d533b970

No changes file available.

Binary packages built by this source

frama-c: Framework for source code analysis of software written in C

 Frama-C is a framework dedicated to the analysis of the source code
 of software written in C.
 .
 Frama-C gathers several static analysis techniques in a single
 collaborative framework. The collaborative approach of Frama-C allows
 static analyzers to build upon the results already computed by other
 analyzers in the framework. Thanks to this approach, Frama-C provides
 sophisticated tools, such as a slicer and dependency analysis.
 .
 It can be used to:
   * Validate the source code formally
   * Look for potential runtime errors
   * Audit or review it
   * Reverse engineer it to understand its structure
   * Generate formal documentation
 .
 This package provides the graphical user interface of Frama-c and depends
 on frama-c-base.

frama-c-base: Framework for C source code analysis (without gui)

 Frama-C is a framework dedicated to the analysis of the source code
 of software written in C.
 .
 Frama-C gathers several static analysis techniques in a single
 collaborative framework. The collaborative approach of Frama-C allows
 static analyzers to build upon the results already computed by other
 analyzers in the framework. Thanks to this approach, Frama-C provides
 sophisticated tools, such as a slicer and dependency analysis.
 .
 It can be used to:
   * Validate the source code formally
   * Look for potential runtime errors
   * Audit or review it
   * Reverse engineer it to understand its structure
   * Generate formal documentation
 .
 This package provides the library of Frama-c which is useful to build
 plugins for Frama-c and the command-line tools.