package frama-c

  1. Overview
  2. No Docs

Description

Frama-C gathers several analysis techniques in a single collaborative framework, based on analyzers (called "plug-ins") that can build upon the results computed by other analyzers in the framework. Thanks to this approach, Frama-C provides sophisticated tools, including:

  • an analyzer based on abstract interpretation (Eva plug-in);
  • a program proof framework based on weakest precondition calculus (WP plug-in);
  • a program slicer (Slicing plug-in);
  • a tool for verification of temporal (LTL) properties (Aoraï plug-in);
  • a runtime verification tool (E-ACSL plug-in);
  • several tools for code base exploration and dependency analysis (plug-ins From, Impact, Metrics, Occurrence, Scope, etc.). These plug-ins communicate between each other via the Frama-C API and via ACSL (ANSI/ISO C Specification Language) properties.

Dev Dependencies (3)

  1. yojson >= "1.6.0" & < "2.1.0" & (< "2.0.0" | !with-test)
  2. ocamlgraph with-test & < "2.1.0"
  3. conf-time with-test

Used by (5)

  1. frama-c-lannotate >= "0.2"
  2. frama-c-luncov >= "0.2"
  3. frama-c-metacsl = "0.3"
  4. pilat < "1.2" | >= "1.6"
  5. why < "2.32"

Conflicts (2)

  1. cairo2 < "0.6.2"
  2. result < "1.5"