Go to file
Fedora Release Engineering 8c26b74b25 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-20 21:06:20 +00:00
.gitignore
apron-custom-operations.patch Add -custom-operations patch to silence warnings. 2022-04-27 11:25:28 -06:00
apron-mpfr4.patch
apron-weak.patch
apron.spec Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild 2022-07-20 21:06:20 +00:00
README.md Rebuild for ocaml-mlgmpidl 1.2.14. 2021-12-30 14:54:59 -07:00
sources Version 0.9.13. Drop upstreamed -texinfo patch. 2020-09-25 11:31:49 -06:00

apron

The APRON library is dedicated to the static analysis of the numerical variables of a program by Abstract Interpretation. The aim of such an analysis is to infer invariants about these variables, like 1&le;x+y&le;z, which holds during any execution of the program.

The APRON library is intended to be a common interface to various underlying libraries/abstract domains and to provide additional services that can be implemented independently from the underlying library/abstract domain.