diff --git a/index/ad/adacl/adacl-5.11.0.toml b/index/ad/adacl/adacl-5.11.0.toml new file mode 100644 index 00000000..b00b2e99 --- /dev/null +++ b/index/ad/adacl/adacl-5.11.0.toml @@ -0,0 +1,55 @@ +name = "adacl" +description = "Ada Class Library" +long-description = """A class library for Ada for those who like OO programming. + +Currently the following functionality is migrated to Ada 2022: + +* getopt commandline argument parser +* string utilities +* trace utility +* reference counted smart pointer +* AUnit compatible informative asserts + +Development versions and testsuite available using the follwowing index: + +```sh +alr index --add "git+https://github.com/krischik/alire-index.git#develop" --name krischik +``` + +Source code and terstsuite available on [SourceForge](https://git.code.sf.net/p/adacl/git) +""" +version = "5.11.0" +licenses = "GPL-3.0-or-later" +authors = ["Martin Krischik "] +maintainers = ["Martin Krischik "] +maintainers-logins = ["krischik"] +website = "https://sourceforge.net/projects/adacl/" +tags = ["library", "command-line", "trace", "logging", "string", "aunit", "assert", "ada2022"] + +[build-switches] +development.runtime_checks = "Overflow" +release.runtime_checks = "Default" +validation.runtime_checks = "Everything" +development.contracts = "Yes" +release.contracts = "Yes" +validation.contracts = "Yes" + +[[depends-on]] +gnat = ">=12 & <2000" + +[[actions]] +type = "test" +command = ["alr", "run"] +directory = "test" + +# vim: set textwidth=0 nowrap tabstop=8 shiftwidth=4 softtabstop=4 expandtab : +# vim: set filetype=toml fileencoding=utf-8 fileformat=unix foldmethod=diff : +# vim: set spell spelllang=en_gb : + +[origin] +hashes = [ +"sha256:7c6cc9fae92f76612da81c8cca7f23aa1c6df65205b8228d7d86ef101dae995e", +"sha512:97ecd23ae5da5de7be5899a727333bfd2f67c272f628f7e80d5b2dbf4ca6734ded1d44dafe5ec8796245f4646201d31b16ed132d5f9e6e946766e9c452fe97ee", +] +url = "https://sourceforge.net/projects/adacl/files/Alire/adacl-5.11.0.tgz" +