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.

Dependencies (18)

  1. conf-gtksourceview3 os != "macos"
  2. lablgtk3-sourceview3 os != "macos"
  3. lablgtk3 >= "3.1.0" & os != "macos"
  4. ppx_import
  5. ppx_deriving_yojson
  6. ppx_deriving
  7. zarith >= "1.5"
  8. why3 >= "1.5.1" & < "1.6~"
  9. ocamlgraph >= "1.8.8"
  10. ocamlfind
  11. ocaml >= "4.11.1"
  12. conf-graphviz post
  13. alt-ergo
  14. alt-ergo-free
  15. dune-site
  16. dune-private-libs
  17. dune-configurator
  18. dune (>= "3.2.0" & os != "macos") | (>= "3.5.0" & os = "macos")

Dev Dependencies (2)

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

Used by (3)

  1. frama-c-metacsl = "0.4"
  2. pilat < "1.2" | >= "1.6"
  3. why < "2.32"

Conflicts (4)

  1. result < "1.5"
  2. pilat <= "1.6"
  3. mlmpfr < "4.1.0-bugfix2"
  4. cairo2 < "0.6.2"