this repo has no description
1opam-version: "2.0"
2synopsis: "Platform dedicated to the analysis of source code written in C"
3description:"""
4Frama-C gathers several analysis techniques in a single collaborative
5framework, based on analyzers (called "plug-ins") that can build upon the
6results computed by other analyzers in the framework.
7Thanks to this approach, Frama-C provides sophisticated tools, including:
8- an analyzer based on abstract interpretation (Eva plug-in);
9- a program proof framework based on weakest precondition calculus (WP plug-in);
10- a program slicer (Slicing plug-in);
11- a tool for verification of temporal (LTL) properties (Aoraï plug-in);
12- a runtime verification tool (E-ACSL plug-in);
13- several tools for code base exploration and dependency analysis
14 (plug-ins From, Impact, Metrics, Occurrence, Scope, etc.).
15These plug-ins communicate between each other via the Frama-C API
16and via ACSL (ANSI/ISO C Specification Language) properties.
17"""
18maintainer: "francois.bobot@cea.fr"
19authors: [
20 "Michele Alberti"
21 "Thibaud Antignac"
22 "Gergö Barany"
23 "Patrick Baudin"
24 "Thibaut Benjamin"
25 "Allan Blanchard"
26 "Lionel Blatter"
27 "François Bobot"
28 "Richard Bonichon"
29 "Quentin Bouillaguet"
30 "David Bühler"
31 "Zakaria Chihani"
32 "Loïc Correnson"
33 "Julien Crétin"
34 "Pascal Cuoq"
35 "Zaynah Dargaye"
36 "Basile Desloges"
37 "Jean-Christophe Filliâtre"
38 "Philippe Herrmann"
39 "Maxime Jacquemin"
40 "Florent Kirchner"
41 "Tristan Le Gall"
42 "Jean-Christophe Léchenet"
43 "Matthieu Lemerre"
44 "Dara Ly"
45 "David Maison"
46 "Claude Marché"
47 "André Maroneze"
48 "Thibault Martin"
49 "Fonenantsoa Maurica"
50 "Melody Méaulle"
51 "Benjamin Monate"
52 "Yannick Moy"
53 "Anne Pacalet"
54 "Valentin Perrelle"
55 "Guillaume Petiot"
56 "Dario Pinto"
57 "Virgile Prevosto"
58 "Armand Puccetti"
59 "Félix Ridoux"
60 "Virgile Robles"
61 "Muriel Roger"
62 "Julien Signoles"
63 "Nicolas Stouls"
64 "Kostyantyn Vorobyov"
65 "Boris Yakobowski"
66]
67homepage: "https://frama-c.com/"
68license: "LGPL-2.1-only"
69dev-repo: "git+https://git.frama-c.com/pub/frama-c.git"
70doc: "http://frama-c.com/download/user-manual-26.0-Iron.pdf"
71bug-reports: "https://git.frama-c.com/pub/frama-c/issues"
72tags: [
73 "deductive"
74 "program verification"
75 "formal specification"
76 "automated theorem prover"
77 "interactive theorem prover"
78 "C"
79 "plugins"
80 "abstract interpretation"
81 "slicing"
82 "weakest precondition"
83 "ACSL"
84 "dataflow analysis"
85 "runtime verification"
86]
87
88build: [
89 ["dune" "build" "-j%{jobs}%" "-p" name "--promote-install-files=false" "@install"]
90 [make "-C" "doc" "download"] {with-doc}
91]
92
93install: [
94 [make "PREFIX=%{prefix}%" "MANDIR=%{mandir}%" "install"]
95 [make "PREFIX=%{prefix}%" "-C" "doc" "install"] {with-doc}
96]
97
98remove: [
99 [make "PREFIX=%{prefix}%" "-f" "ivette/Makefile.installation" "uninstall"]
100]
101
102run-test: [
103 ["dune" "exec" "--" "frama-c-ptests" "tests" "src/plugins/*/tests"
104 ] { arch != "ppc64" & arch != "x86_32" & arch != "arm32" & os != "macos" }
105 ["dune" "build" "-j%{jobs}%" "@ptests_config"
106 ] { arch != "ppc64" & arch != "x86_32" & arch != "arm32" & os != "macos" }
107]
108
109depends: [
110 "dune" { (>= "3.2.0" & os!="macos") | (>= "3.5.0" & os="macos") }
111 "dune-configurator"
112 "dune-private-libs"
113 "dune-site" { >= "3.2.0" }
114
115 ( "alt-ergo-free" | "alt-ergo" )
116 "conf-graphviz" { post }
117 "conf-time" { with-test }
118 "ocaml" {>= "4.11.1" & < "5.3"}
119 "ocamlfind" # needed beyond build stage, used by -load-module
120 "ocamlgraph" { >= "1.8.8" }
121 "ocamlgraph" { with-test & < "2.1.0" }
122 "why3" {>= "1.5.1" & < "1.6~"}
123 "yojson" {>= "1.6.0" & < "2.1.0" & (< "2.0.0" | !with-test)}
124 "zarith" { >= "1.5" }
125
126 # PPXs
127 "ppx_deriving"
128 "ppx_deriving_yojson"
129 "ppx_import"
130
131 # GTK3 for non-macos only
132 "lablgtk3" { >= "3.1.0" & os!="macos" }
133 "lablgtk3-sourceview3" { os!="macos" }
134 "conf-gtksourceview3" { os!="macos" }
135]
136
137# Note: do not put particular versions here, if some version is *incompatible*,
138# use the field 'conflicts'.
139depopts: [
140 "apron"
141 "mlmpfr"
142 "zmq"
143]
144
145conflicts: [
146 "cairo2" { < "0.6.2" }
147 "mlmpfr" { < "4.1.0-bugfix2" }
148 "pilat" { <= "1.6" }
149 "result" { < "1.5" }
150]
151
152post-messages: [
153"The Frama-C/WP plug-in requires one or more external prover(s).
154Recommended provers are:
155- Alt-Ergo (https://alt-ergo.ocamlpro.com)
156- CVC4 (https://cvc4.github.io)
157- Z3 (https://github.com/Z3Prover/z3)
158Use 'why3 config detect' to configure new provers.
159 " { success }
160"Ivette is a new GUI for Frama-C, currently in development.
161Run 'ivette' once to finalize installation (requires an internet connection).
162Once finalized, 'ivette' will work offline.
163Finalization also requires Node v16 and Yarn:
164- install NVM (https://github.com/nvm-sh/nvm)
165- run 'nvm use 16'
166- run 'npm install --global yarn'" { success }
167]
168
169url {
170 src: "https://www.frama-c.com/download/frama-c-26.0-Iron.tar.gz"
171 checksum: "sha256=5b51102dd44309d7b8b44dd10221716c9915e0ebb0e65817a50b32ee6e79afd9"
172}