···
2
+
available: opam-version >= "2.1.0"
4
+
synopsis: "Platform dedicated to the analysis of source code written in C"
6
+
Frama-C gathers several analysis techniques in a single collaborative
7
+
framework, based on analyzers (called "plug-ins") that can build upon the
8
+
results computed by other analyzers in the framework.
9
+
Thanks to this approach, Frama-C provides sophisticated tools, including:
10
+
- an analyzer based on abstract interpretation (Eva plug-in);
11
+
- a program proof framework based on weakest precondition calculus (WP plug-in);
12
+
- a program slicer (Slicing plug-in);
13
+
- a tool for verification of temporal (LTL) properties (Aoraï plug-in);
14
+
- a runtime verification tool (E-ACSL plug-in);
15
+
- several tools for code base exploration and dependency analysis
16
+
(plug-ins From, Impact, Metrics, Occurrence, Scope, etc.).
17
+
These plug-ins communicate between each other via the Frama-C API
18
+
and via ACSL (ANSI/ISO C Specification Language) properties.
20
+
maintainer: "frama-ci-bot@frama-c.com"
31
+
"Quentin Bouillaguet"
39
+
"Jean-Christophe Filliâtre"
43
+
"Alexander Kogtenkov"
45
+
"Jean-Christophe Léchenet"
52
+
"Fonenantsoa Maurica"
69
+
"Kostyantyn Vorobyov"
72
+
homepage: "https://frama-c.com/"
73
+
license: "LGPL-2.1-only"
74
+
dev-repo: "git+https://git.frama-c.com/pub/frama-c.git"
75
+
doc: "http://frama-c.com/download/user-manual-28.0-Nickel.pdf"
76
+
bug-reports: "https://git.frama-c.com/pub/frama-c/issues"
79
+
"program verification"
80
+
"formal specification"
81
+
"automated theorem prover"
82
+
"interactive theorem prover"
85
+
"abstract interpretation"
87
+
"weakest precondition"
90
+
"runtime verification"
94
+
["bash" "dev/disable-plugins.sh" "e-acsl"] { os-family = "windows" }
95
+
["bash" "dev/disable-plugins.sh" "gui"] { os = "macos" }
96
+
["dune" "build" "-j%{jobs}%" "--release" "--promote-install-files=false"
104
+
"RELEASE=yes" "PREFIX=%{prefix}%" "MANDIR=%{man}%"
105
+
"DOCDIR=%{doc}%" { with-doc }
111
+
[make "PREFIX=%{prefix}%" "-f" "ivette/Makefile.installation" "uninstall"]
115
+
["dune" "exec" "--" "frama-c-ptests" "tests" "src/plugins/*/tests"
116
+
] { arch != "ppc64" & arch != "x86_32" & arch != "arm32" & os != "macos" }
117
+
["dune" "build" "-j%{jobs}%" "@ptests_config"
118
+
] { arch != "ppc64" & arch != "x86_32" & arch != "arm32" & os != "macos" }
122
+
"dune" { >= "3.7.0" }
123
+
"dune-configurator"
126
+
( "alt-ergo-free" | "alt-ergo" )
127
+
"conf-graphviz" { post }
128
+
"conf-time" { with-test }
129
+
"menhir" { >= "20181006" & build }
130
+
"ocaml" { >= "4.13.1" }
131
+
"ocamlgraph" { >= "1.8.8" }
132
+
"ocamlgraph" { with-test & >= "2.1.0" }
133
+
"odoc" { with-doc }
134
+
"unionFind" { >= "20220107" }
135
+
"why3" { >= "1.6.0" }
136
+
"yaml" { >= "3.0.0" }
137
+
"yojson" {>= "1.6.0" & (>= "2.0.1" | !with-test)}
138
+
"zarith" { >= "1.5" }
142
+
"ppx_deriving_yojson"
143
+
"ppx_deriving_yaml" { >= "0.2.0" }
146
+
# GTK3 for non-macos only
147
+
"lablgtk3" { >= "3.1.0" & os!="macos" }
148
+
"lablgtk3-sourceview3" { os!="macos" }
149
+
"conf-gtksourceview3" { os!="macos" }
152
+
# Note: do not put particular versions here, if some version is *incompatible*,
153
+
# use the field 'conflicts'.
161
+
"cairo2" { < "0.6.2" }
162
+
"mlmpfr" { < "4.1.0-bugfix2" }
163
+
"pilat" { <= "1.6" }
164
+
"result" { < "1.5" }
168
+
"The Frama-C/WP plug-in requires one or more external prover(s).
169
+
Recommended provers are:
170
+
- Alt-Ergo (https://alt-ergo.ocamlpro.com)
171
+
- CVC4 (https://cvc4.github.io)
172
+
- Z3 (https://github.com/Z3Prover/z3)
173
+
Use 'why3 config detect' to configure new provers.
175
+
"Ivette is a new GUI for Frama-C, currently in development.
176
+
Run 'ivette' once to finalize installation (requires an internet connection).
177
+
Once finalized, 'ivette' will work offline.
178
+
Finalization also requires Node v16 and Yarn:
179
+
- install NVM (https://github.com/nvm-sh/nvm)
181
+
- run 'npm install --global yarn'" { success }
185
+
src: "https://www.frama-c.com/download/frama-c-28.0-beta-Nickel.tar.gz"
186
+
checksum: "sha256=0c80dae8074fcb3f6a33d7a41faf9939a2a336478a8d2c79e20e2d7bab953735"