this repo has no description

Merge pull request #27082 from hannesm/apron-deprecated

apron: mark as deprecated (instead of avoid-version)

Changed files
+1 -1
packages
apron
apron.0.9.14
+1 -1
packages/apron/apron.0.9.14/opam
···
"conf-ppl"
]
available: opam-version >= "2.1.0"
-
flags: avoid-version
+
flags: deprecated
description:"""
Apron is a library to represent properties of numeric variables, such as variable bounds or linear relations between variables, and to manipulate these properties through semantic operations, such as variable assignments, tests, conjunctions, entailment. Apron is intended to be used in static program analyzers, in order to infer invariants of numeric variables, i.e., properties that hold for all executions of a program. It is based on the theory of Abstract Interpretation."""
url {