Skip to content

Commit e4ae59a

Browse files
committed
Frama-C: new release (31.0-Gallium)
1 parent c3dcd11 commit e4ae59a

File tree

1 file changed

+197
-0
lines changed
  • packages/frama-c/frama-c.31.0

1 file changed

+197
-0
lines changed

packages/frama-c/frama-c.31.0/opam

Lines changed: 197 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,197 @@
1+
opam-version: "2.0"
2+
synopsis: "Platform dedicated to the analysis of source code written in C"
3+
description:"""
4+
Frama-C gathers several analysis techniques in a single collaborative
5+
framework, based on analyzers (called "plug-ins") that can build upon the
6+
results computed by other analyzers in the framework.
7+
Thanks 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 automata-based 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.).
15+
These plug-ins communicate between each other via the Frama-C API
16+
and via ACSL (ANSI/ISO C Specification Language) properties.
17+
"""
18+
maintainer: "[email protected]"
19+
authors: [
20+
"Michele Alberti"
21+
"Thibaud Antignac"
22+
"Gergö Barany"
23+
"Patrick Baudin"
24+
"Nicolas Bellec"
25+
"Thibaut Benjamin"
26+
"Allan Blanchard"
27+
"Lionel Blatter"
28+
"François Bobot"
29+
"Richard Bonichon"
30+
"Vincent Botbol"
31+
"Quentin Bouillaguet"
32+
"David Bühler"
33+
"Zakaria Chihani"
34+
"Sylvain Chiron"
35+
"Loïc Correnson"
36+
"Julien Crétin"
37+
"Pascal Cuoq"
38+
"Zaynah Dargaye"
39+
"Basile Desloges"
40+
"Jean-Christophe Filliâtre"
41+
"Philippe Herrmann"
42+
"Maxime Jacquemin"
43+
"Benjamin Jorge"
44+
"Florent Kirchner"
45+
"Alexander Kogtenkov"
46+
"Remi Lazarini"
47+
"Tristan Le Gall"
48+
"Kilyan Le Gallic"
49+
"Jean-Christophe Léchenet"
50+
"Matthieu Lemerre"
51+
"Dara Ly"
52+
"David Maison"
53+
"Claude Marché"
54+
"André Maroneze"
55+
"Thibault Martin"
56+
"Fonenantsoa Maurica"
57+
"Melody Méaulle"
58+
"Benjamin Monate"
59+
"Yannick Moy"
60+
"Pierre Nigron"
61+
"Anne Pacalet"
62+
"Valentin Perrelle"
63+
"Guillaume Petiot"
64+
"Dario Pinto"
65+
"Virgile Prevosto"
66+
"Armand Puccetti"
67+
"Félix Ridoux"
68+
"Virgile Robles"
69+
"Jan Rochel"
70+
"Muriel Roger"
71+
"Cécile Ruet-Cros"
72+
"Julien Signoles"
73+
"Nicolas Stouls"
74+
"Kostyantyn Vorobyov"
75+
"Boris Yakobowski"
76+
]
77+
homepage: "https://frama-c.com/"
78+
license: "LGPL-2.1-only"
79+
dev-repo: "git+https://git.frama-c.com/pub/frama-c.git"
80+
doc: "https://frama-c.com/download/user-manual-31.0-Gallium.pdf"
81+
bug-reports: "https://git.frama-c.com/pub/frama-c/issues"
82+
tags: [
83+
"deductive verification"
84+
"program verification"
85+
"formal specification"
86+
"automated theorem prover"
87+
"interactive theorem prover"
88+
"C"
89+
"plugins"
90+
"abstract interpretation"
91+
"slicing"
92+
"weakest precondition"
93+
"ACSL"
94+
"dataflow analysis"
95+
"runtime verification"
96+
]
97+
98+
build: [
99+
["bash" "dev/disable-plugins.sh" "e-acsl"] { os-family = "windows" }
100+
["bash" "dev/disable-plugins.sh" "gui"] { os = "macos" }
101+
["dune" "build" "-j%{jobs}%" "--release" "--promote-install-files=false"
102+
"@install"
103+
"@doc" { with-doc }
104+
]
105+
]
106+
107+
install: [
108+
[make
109+
"RELEASE=yes" "PREFIX=%{prefix}%" "MANDIR=%{man}%"
110+
"DOCDIR=%{doc}%" { with-doc }
111+
"install"
112+
]
113+
]
114+
115+
remove: [
116+
[make "PREFIX=%{prefix}%" "-f" "ivette/Makefile.installation" "uninstall"]
117+
]
118+
119+
run-test: [
120+
["dune" "exec" "--" "frama-c-ptests" "tests" "src/plugins/*/tests"
121+
] { arch != "ppc64" & arch != "x86_32" & arch != "arm32" & os-distribution != "freebsd"}
122+
["dune" "build" "-j%{jobs}%" "@ptests_config"
123+
] { arch != "ppc64" & arch != "x86_32" & arch != "arm32" & os-distribution != "freebsd"}
124+
]
125+
126+
depends: [
127+
"dune" { > "3.13.0" }
128+
"dune-configurator"
129+
"dune-site" { > "3.13.0" }
130+
( "alt-ergo-free" | "alt-ergo" )
131+
"camlzip"
132+
"conf-graphviz" { post }
133+
"conf-time" { with-test }
134+
"menhir" { >= "20181006" & build }
135+
"ocaml" { >= "4.14.0" }
136+
"ocamlgraph" { >= "2.0.0" }
137+
"ocamlgraph" { with-test & >= "2.2.0" }
138+
"ocp-indent" { with-dev-setup & >= "1.8.1" }
139+
"odoc" { with-doc }
140+
"unionFind" { >= "20220107" }
141+
"why3" { >= "1.8.0" & < "1.9.0" }
142+
"yaml" { >= "3.0.0" }
143+
"yojson" {>= "1.6.0" & (>= "2.0.1" | !with-test)}
144+
"zarith" { >= "1.9" }
145+
146+
# PPXs
147+
"ppx_deriving"
148+
"ppx_deriving_yojson"
149+
"ppx_deriving_yaml" { >= "0.2.0" }
150+
151+
# GTK3 disabled on macOS (segfaults), and made optional on Windows
152+
# (due to complex situation with Cygwin + MinGW).
153+
"lablgtk3" { >= "3.1.0" & os!="macos" & os-family!="windows" }
154+
"lablgtk3-sourceview3" { os!="macos" & os-family!="windows" }
155+
"conf-gtksourceview3" { os!="macos" & os-family!="windows" }
156+
]
157+
158+
# Note: do not put particular versions here, if some version is *incompatible*,
159+
# use the field 'conflicts'.
160+
depopts: [
161+
"apron"
162+
"mlmpfr"
163+
"zmq"
164+
"lablgtk3" { os-family="windows" }
165+
"lablgtk3-sourceview3" { os-family="windows" }
166+
"conf-gtksourceview3" { os-family="windows" }
167+
]
168+
169+
conflicts: [
170+
"cairo2" { < "0.6.2" }
171+
"mlmpfr" { < "4.1.0-bugfix2" }
172+
"pilat" { <= "1.6" }
173+
"result" { < "1.5" }
174+
]
175+
176+
post-messages: [
177+
"The Frama-C/WP plug-in requires one or more external prover(s).
178+
Recommended provers are:
179+
- Alt-Ergo (https://alt-ergo.ocamlpro.com)
180+
- CVC4 (https://cvc4.github.io)
181+
- CVC5 (https://cvc5.github.io)
182+
- Z3 (https://github.com/Z3Prover/z3)
183+
Use 'why3 config detect' to configure new provers.
184+
 " { success }
185+
"Ivette is a new GUI for Frama-C, currently in development.
186+
Run 'ivette' once to finalize installation (requires an internet connection).
187+
Once finalized, 'ivette' will work offline.
188+
Finalization also requires Node v20 or v22 and Yarn:
189+
- install NVM (https://github.com/nvm-sh/nvm)
190+
- run 'nvm use 22'
191+
- run 'npm install --global yarn'" { success }
192+
]
193+
194+
url {
195+
src: "https://www.frama-c.com/download/frama-c-31.0-Gallium.tar.gz"
196+
checksum: "sha256=a94384f00d53791cbb4b4d83ab41607bc71962d42461f02d71116c4ff6dca567"
197+
}

0 commit comments

Comments
 (0)