this repo has no description
0
fork

Configure Feed

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

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

This reverts commit 43e2f2f94de2fa07671109ecb77e3ff1d9832ce0.

+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: deprecated 43 + flags: avoid-version 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 {