···
+
synopsis: "Platform dedicated to the analysis of source code written in C"
+
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.
+
maintainer: "frama-ci-bot@frama-c.com"
+
"Jean-Christophe Filliâtre"
+
"Jean-Christophe Léchenet"
+
homepage: "https://frama-c.com/"
+
license: "LGPL-2.1-only"
+
dev-repo: "git+https://git.frama-c.com/pub/frama-c.git"
+
doc: "https://frama-c.com/download/user-manual-30.0-Zinc.pdf"
+
bug-reports: "https://git.frama-c.com/pub/frama-c/issues"
+
"deductive verification"
+
"automated theorem prover"
+
"interactive theorem prover"
+
"abstract interpretation"
+
["bash" "dev/disable-plugins.sh" "e-acsl"] { os-family = "windows" }
+
["bash" "dev/disable-plugins.sh" "gui"] { os = "macos" }
+
["dune" "build" "-j%{jobs}%" "--release" "--promote-install-files=false"
+
"RELEASE=yes" "PREFIX=%{prefix}%" "MANDIR=%{man}%"
+
"DOCDIR=%{doc}%" { with-doc }
+
[make "PREFIX=%{prefix}%" "-f" "ivette/Makefile.installation" "uninstall"]
+
["dune" "exec" "--" "frama-c-ptests" "tests" "src/plugins/*/tests"
+
] { arch != "ppc64" & arch != "x86_32" & arch != "arm32" & os-distribution != "freebsd"}
+
["dune" "build" "-j%{jobs}%" "@ptests_config"
+
] { arch != "ppc64" & arch != "x86_32" & arch != "arm32" & os-distribution != "freebsd"}
+
"dune-site" { > "3.13.0" }
+
( "alt-ergo-free" | "alt-ergo" )
+
"conf-graphviz" { post }
+
"conf-time" { with-test }
+
"menhir" { >= "20181006" & build }
+
"ocaml" { >= "4.14.0" }
+
"ocamlgraph" { >= "2.0.0" }
+
"ocamlgraph" { with-test & >= "2.1.0" }
+
"ocp-indent" { with-dev-setup & >= "1.8.1" }
+
"unionFind" { >= "20220107" }
+
"why3" { >= "1.7.1" & < "1.8.0" }
+
"yojson" {>= "1.6.0" & (>= "2.0.1" | !with-test)}
+
"ppx_deriving_yaml" { >= "0.2.0" }
+
# GTK3 disabled on macOS (segfaults), and made optional on Windows
+
# (due to complex situation with Cygwin + MinGW).
+
"lablgtk3" { >= "3.1.0" & os!="macos" & os-family!="windows" }
+
"lablgtk3-sourceview3" { os!="macos" & os-family!="windows" }
+
"conf-gtksourceview3" { os!="macos" & os-family!="windows" }
+
# Note: do not put particular versions here, if some version is *incompatible*,
+
# use the field 'conflicts'.
+
"lablgtk3" { os-family="windows" }
+
"lablgtk3-sourceview3" { os-family="windows" }
+
"conf-gtksourceview3" { os-family="windows" }
+
"mlmpfr" { < "4.1.0-bugfix2" }
+
"The Frama-C/WP plug-in requires one or more external prover(s).
+
Recommended provers are:
+
- Alt-Ergo (https://alt-ergo.ocamlpro.com)
+
- CVC4 (https://cvc4.github.io)
+
- CVC5 (https://cvc5.github.io)
+
- Z3 (https://github.com/Z3Prover/z3)
+
Use 'why3 config detect' to configure new provers.
+
"Ivette is a new GUI for Frama-C, currently in development.
+
Run 'ivette' once to finalize installation (requires an internet connection).
+
Once finalized, 'ivette' will work offline.
+
Finalization also requires Node v20 or v22 and Yarn:
+
- install NVM (https://github.com/nvm-sh/nvm)
+
- run 'npm install --global yarn'" { success }
+
x-maintenance-intent: [
+
src: "https://www.frama-c.com/download/frama-c-30.0-Zinc.tar.gz"
+
checksum: "sha256=3ac0f995261ec829a7bd042bf70fc29ac6379029eb9df30bcc044748eb4d2a56"