this repo has no description

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

This reverts commit 43e2f2f94de2fa07671109ecb77e3ff1d9832ce0.

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: 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 {
···
"conf-ppl"
]
available: opam-version >= "2.1.0"
+
flags: avoid-version
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 {