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 (18)

  1. conf-gtksourceview3 os != "macos" & os-family != "windows"
  2. lablgtk3-sourceview3 os != "macos" & os-family != "windows"
  3. lablgtk3 >= "3.1.0" & os != "macos" & os-family != "windows"
  4. ppx_deriving_yaml >= "0.2.0"
  5. ppx_deriving_yojson
  6. ppx_deriving
  7. zarith >= "1.9"
  8. yaml >= "3.0.0"
  9. unionFind >= "20220107"
  10. ocamlgraph >= "2.0.0"
  11. ocaml >= "4.14.0" & < "5.3.0~"
  12. menhir >= "20181006" & build
  13. conf-graphviz post
  14. alt-ergo
  15. alt-ergo-free
  16. dune-site > "3.13.0"
  17. dune-configurator
  18. dune > "3.13.0"

Dev Dependencies (6)

  1. yojson >= "1.6.0" & (>= "2.0.1" | !with-test)
  2. why3 >= "1.7.1" & (< "1.8.0" | !with-test)
  3. odoc with-doc
  4. ocp-indent with-dev-setup & >= "1.8.1"
  5. ocamlgraph with-test & >= "2.1.0"
  6. conf-time with-test

Used by (2)

  1. pilat < "1.2" | >= "1.6"
  2. why < "2.32"

Conflicts (4)

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

Innovation. Community. Security.