From 41ab2e18691e82374d7b4887f89ccc58d5f74c1c Mon Sep 17 00:00:00 2001 From: Martin Krischik Date: Wed, 4 Dec 2024 09:29:33 +0100 Subject: [PATCH] adacl 6.0.0 (via `alr publish --submit`) --- index/ad/adacl/adacl-6.0.0.toml | 73 +++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 index/ad/adacl/adacl-6.0.0.toml diff --git a/index/ad/adacl/adacl-6.0.0.toml b/index/ad/adacl/adacl-6.0.0.toml new file mode 100644 index 00000000..ac41929c --- /dev/null +++ b/index/ad/adacl/adacl-6.0.0.toml @@ -0,0 +1,73 @@ +name = "adacl" +description = "Ada Class Library (String, Trace, AUnit, Smart Pointer. GetOpt)" +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 - with wide character support. +* String utilities - with wide character support. +* Trace utility - with wide character support. +* Smart pointer + * Reference counted + * Unique pointer + * Shared pointer +* AUnit compatible informative asserts + * generic for access types + * generic for arrays types + * generic for discrete types + * generic for floating point types + * generic for fixed point types + * generic for decimal fixed point types + * generic for vector types +* AUnit parameter + * Call one test with multipe input and expected values + +See [GNATdoc](https://adacl.sourceforge.net/gnatdoc/adacl/index.html) for details. + +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 testsuite available on [SourceForge](https://git.code.sf.net/p/adacl/git) +""" +version = "6.0.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", "container", "smart-pointer", "ada2022"] + +[build-switches] +development.compile_checks = "Warnings" +development.contracts = "Yes" +development.runtime_checks = "Overflow" +release.compile_checks = "Warnings" +release.contracts = "No" +release.runtime_checks = "Default" +validation.compile_checks = "Warnings" +validation.contracts = "Yes" +validation.runtime_checks = "Everything" + +[[depends-on]] +gnat_native = "^14.2" +aunit = "24.0.0" + +[[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:49cf225e6604eb243370982132da8edb0fada9e43ccbe8c5bbcaa5f4123c98c4", +"sha512:531c433f2fc977c2e692daef4eb17df18f3c3ffc979980573d92c2dae655d832c0437c814f4277b8d9dbf8e1364a8dd5c88fd2bf36bfb7b1a920903c3f44df29", +] +url = "https://sourceforge.net/projects/adacl/files/Alire/adacl-6.0.0.tgz" +