* Migrate to Alire build.
First version contains base classs, string tools, trace and getopt.
* Migrate to Alire build.
First version contains base classs, string tools, trace and getopt.
* AdaCL module adacl release 5.14.1
* correct indents in adacl-5.14.1.toml
* Correcting a hickup resulting from the pull request being on hold for such a long time.
* try pragma Warnings (Off, Raise_Exception);
* Remove the extra raise as it was onyl a workaround anyway.
* How did 5.14.1 sneak in.
* Correct TAR file.
* use greater instead of range.
---------
Co-authored-by: Martin Krischik <martin@iMac.local>
Co-authored-by: Martin Krischik <martin.krischik@kpt.ch>
* Add index entry for Admpfr v4.1.0-0
Admpfr is an Ada library offering bindings for the MPFR C library.
It's a complete interface to the C library.
Admpfr v4.1.0-* is compatible with MPFR 4.1.0.
* fixup! Add index entry for Admpfr v4.1.0-0
* fixup! fixup! Add index entry for Admpfr v4.1.0-0
* Adjust admpfr and libmpfr indexes regarding checks results
* fixup! Adjust admpfr and libmpfr indexes regarding checks results
Also applied the rest of transformations described in alire#227: no top-level
[genera] table, name/version keys, [[depends-on]] array instead of table.
- the 'ado' crate is the core library and does not contain any database driver
- the 'ado_postgresql' crate depends on 'ado' and is the PostgreSQL driver
- the 'ado_sqlite' crate depends on 'ado' and is the SQLite driver
There is missing the 'ado_mysql' crate because the library dependency
is tricky: we may need one of libmysqlclient or libmariadb libaries.
Crates without maintainer or pending migration remain in /orphaned
GitHub URLs rely on the default tarballs that at some point will
have to be released with uploaded binaries (with `alr publish` support).