Go to file
David Abdurachmanov f120b3b9df
Rebuilt for Fedora/RISCV (riscv64); adding .rvreX to Release:
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-08-15 18:48:12 +03:00
.gitignore New upstream release 0.9.12. 2020-01-22 09:52:51 -07:00
apron-csdp.patch Update to 0.9.14-beta2. Enable csdp support. 2023-07-27 09:50:24 -06:00
apron-flint.patch Version 0.9.15 2024-06-13 13:52:15 -06:00
apron-hasvar.patch Add upstream patch for a japron hasVar bug 2023-10-04 22:04:41 -06:00
apron-japron-link.patch Version 0.9.14 2023-09-22 09:25:41 -06:00
apron-ocaml-bytecode.patch Update the bytecode patch for pplite 2023-08-03 15:45:29 -06:00
apron-weak.patch Initial import. 2011-11-07 09:32:49 -07:00
apron.spec Rebuilt for Fedora/RISCV (riscv64); adding .rvreX to Release: 2024-08-15 18:48:12 +03:00
changelog Convert to %autorelease and %autochangelog 2024-06-13 07:56:10 -06:00
README.md Rebuild for ocaml-mlgmpidl 1.2.14. 2021-12-30 14:54:59 -07:00
sources Version 0.9.15 2024-06-13 13:52:15 -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.