package frama-c-base

  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.

Dependencies (5)

  1. conf-autoconf
  2. zarith
  3. ocamlfind
  4. ocamlgraph >= "1.8.5" & < "1.9~"
  5. ocaml >= "4.02.3" & < "4.06"

Dev Dependencies

None

Used by (2)

  1. frama-c = "15.0"
  2. frama-c-e-acsl

Conflicts (5)

  1. frama-c-e-acsl
  2. lablgtk < "2.18.2"
  3. coq >= "8.7"
  4. coq < "8.4.6"
  5. why3-base < "0.86"