this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27082 from hannesm/apron-deprecated

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

authored by

Marcello Seri and committed by
GitHub
a2f34adb e6519a37

+1 -1
+1 -1
packages/apron/apron.0.9.14/opam
··· 40 40 "conf-ppl" 41 41 ] 42 42 available: opam-version >= "2.1.0" 43 - flags: avoid-version 43 + flags: deprecated 44 44 description:""" 45 45 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.""" 46 46 url {