this repo has no description

Frama-C: new release (30.0-Zinc)

Changed files
+8 -5
packages
frama-c
frama-c.30.0
+8 -5
packages/frama-c/frama-c.30.0/opam
···
- 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.).
···
"Alexander Kogtenkov"
"Remi Lazarini"
"Tristan Le Gall"
"Jean-Christophe Léchenet"
"Matthieu Lemerre"
"Dara Ly"
···
"Virgile Robles"
"Jan Rochel"
"Muriel Roger"
"Julien Signoles"
"Nicolas Stouls"
"Kostyantyn Vorobyov"
···
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-29.0-Copper.pdf"
bug-reports: "https://git.frama-c.com/pub/frama-c/issues"
tags: [
-
"deductive"
"program verification"
"formal specification"
"automated theorem prover"
···
Recommended provers are:
- Alt-Ergo (https://alt-ergo.ocamlpro.com)
- CVC4 (https://cvc4.github.io)
- Z3 (https://github.com/Z3Prover/z3)
Use 'why3 config detect' to configure new provers.
 " { success }
···
]
url {
-
src: "https://www.frama-c.com/download/frama-c-30.0-TEST-Zinc.tar.gz"
-
checksum: "sha256=fdef89786e833ae9d1392f21f624bd949ae34f83d6d1284f6a4d8921758578b4"
}
···
- 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.).
···
"Alexander Kogtenkov"
"Remi Lazarini"
"Tristan Le Gall"
+
"Kilyan Le Gallic"
"Jean-Christophe Léchenet"
"Matthieu Lemerre"
"Dara Ly"
···
"Virgile Robles"
"Jan Rochel"
"Muriel Roger"
+
"Cécile Ruet-Cros"
"Julien Signoles"
"Nicolas Stouls"
"Kostyantyn Vorobyov"
···
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"
tags: [
+
"deductive verification"
"program verification"
"formal specification"
"automated theorem prover"
···
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.
 " { success }
···
]
url {
+
src: "https://www.frama-c.com/download/frama-c-30.0-Zinc.tar.gz"
+
checksum: "sha256=3ac0f995261ec829a7bd042bf70fc29ac6379029eb9df30bcc044748eb4d2a56"
}