Abella 2.0.6 is nearly ready for release. Unfortunately I feel that it needs a quick beta testing round because OPAM has changed significantly in the previous year. Please help me beta test the new release by doing the following:
1. Upgrade your OPAM installation to version 2.0.0 or later, since version 1.2.x is no longer supported and no more 1.2.x packages are being accepted.
2. Get the 2.0.6-b1 release of Abella and test it out with OPAM. You could do some subset of the following commands.
% cd abella
% git co -b v2.0.6-b1 v2.0.6-b1
% opam remove abella # if needed
% opam unpin abella # if needed
% opam pin abella .
3. File an issue report if something fails to work.
(Or e-mail me if you'd rather not use Github.)
If I don't get any reports in a week or so I'll pull the trigger on the release.
As usual the CHANGES file says what's new. I'll include it in the announcement of the 2.0.6 release.
Kaustuv