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 automata-based 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 (19)

  1. ppx_inline_test
  2. ppx_deriving_yaml >= "0.2.0"
  3. ppx_deriving_yojson
  4. ppx_deriving >= "6.0.2"
  5. ppxlib >= "0.33.0"
  6. zarith >= "1.13"
  7. yaml >= "3.0.0"
  8. why3 >= "1.8.2" & < "1.9.0"
  9. unionFind >= "20220109"
  10. ocamlgraph >= "2.0.0"
  11. ocaml >= "4.14.0"
  12. menhir >= "20181006" & build
  13. conf-graphviz post
  14. camlzip
  15. alt-ergo
  16. alt-ergo-free
  17. dune-site > "3.13.0"
  18. dune-configurator
  19. dune > "3.13.0"

Dev Dependencies (5)

  1. yojson >= "1.6.0" & (>= "2.0.1" | !with-test)
  2. odoc with-doc
  3. ocp-indent with-dev-setup & >= "1.9.0"
  4. ocamlgraph with-test & >= "2.2.0"
  5. conf-time with-test

Used by (1)

  1. pilat != "1.2"

Conflicts (3)

  1. result < "1.5"
  2. pilat <= "1.6"
  3. cairo2 < "0.6.2"