···
+
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 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.
+
maintainer: "francois.bobot@cea.fr"
+
"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: "http://frama-c.com/download/user-manual-25.0-Manganese.pdf"
+
bug-reports: "https://git.frama-c.com/pub/frama-c/issues"
+
"automated theorem prover"
+
"interactive theorem prover"
+
"abstract interpretation"
+
["./configure" "--prefix" prefix
+
[make "-C" "doc" "download"] {with-doc}
+
[make "-C" "doc" "install"] {with-doc}
+
[make "-j%{jobs}%" "PTESTS_OPTS=-error-code" "tests"] { arch != "ppc64" & arch != "x86_32" & arch != "arm32" }
+
# tests are disabled on PPC64 due to floating-point oracle differences
+
# (some ULPs in libc trigonometric functions) and due to the lack of
+
# available hardware to test them locally
+
# Please keep depends and depopts sorted by package name
+
"conf-autoconf" { build }
+
( ( "lablgtk" { >= "2.18.8" } & "conf-gnomecanvas" & "conf-gtksourceview"
+
& ("ocamlgraph" { < "2.0" } | "ocamlgraph_gtk" ))
+
| ( "lablgtk3" { >= "3.1.0" & os!="macos" }
+
& "lablgtk3-sourceview3" & "conf-gtksourceview3" ) )
+
( "alt-ergo-free" | "alt-ergo" )
+
"conf-graphviz" { post }
+
"conf-time" { with-test }
+
"ocaml" { >= "4.08.1" }
+
"ocamlfind" # needed beyond build stage, used by -load-module
+
"ocamlgraph" { >= "1.8.8" }
+
"ppx_import" {>= "1.8.0"}
+
"yojson" {>= "1.6.0" & ( < "2.0.0" | ! with-test) }
+
# cannot use {build}: Frama-C must be recompiled when Coq and libraries
+
# Coq: because .vo would would not be loadable by another version of Coq
+
# libraries: because we use dynamic linking
+
x-ci-accept-failures: [
+
"centos-7" # Too old version of make
+
"Why3 provers setup: rm -f ~/.why3.conf ; why3 config detect"
+
src: "https://www.frama-c.com/download/frama-c-25.0-Manganese.tar.gz"
+
checksum: "sha256=222dcefcd272053540bf5b6cff369efc47b81c28f360eb616669c3f30a8bc29f"