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.

Dependencies (20)

  1. conf-gtksourceview3 os != "macos"
  2. lablgtk3-sourceview3 os != "macos"
  3. lablgtk3 >= "3.1.0" & os != "macos"
  4. ppx_import
  5. ppx_deriving_yaml >= "0.2.0"
  6. ppx_deriving_yojson
  7. ppx_deriving
  8. zarith >= "1.5"
  9. yaml >= "3.0.0"
  10. why3 >= "1.6.0"
  11. ocamlgraph >= "1.8.8"
  12. ocamlfind
  13. ocaml >= "4.11.1"
  14. menhir >= "20181006" & build
  15. conf-graphviz post
  16. alt-ergo
  17. alt-ergo-free
  18. dune-site
  19. dune-configurator
  20. dune >= "3.2.0" | (>= "3.5.0" & os = "macos")

Dev Dependencies (3)

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

Used by (4)

  1. frama-c-metacsl >= "0.5~beta"
  2. frama-clang
  3. pilat < "1.2" | >= "1.6"
  4. why < "2.32"

Conflicts (4)

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