From c817d47a61058460010f88511b82ec174cff6aaa Mon Sep 17 00:00:00 2001 From: Martin Krischik Date: Thu, 21 Nov 2024 18:18:12 +0100 Subject: [PATCH] adacl 5.16.1 (via `alr publish --submit`) --- index/ad/adacl/adacl-5.16.1.toml | 65 ++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 index/ad/adacl/adacl-5.16.1.toml diff --git a/index/ad/adacl/adacl-5.16.1.toml b/index/ad/adacl/adacl-5.16.1.toml new file mode 100644 index 00000000..8a443434 --- /dev/null +++ b/index/ad/adacl/adacl-5.16.1.toml @@ -0,0 +1,65 @@ +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 +* String utilities +* Trace utility +* 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 float types + * generic for vector types + +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 = "5.16.1" +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.runtime_checks = "Overflow" +release.runtime_checks = "Default" +validation.runtime_checks = "Everything" +development.contracts = "Yes" +release.contracts = "No" +validation.contracts = "Yes" + +[[depends-on]] +gnat_native = "^14.2" + +[[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:5d12aabe67b78c7dee0d9066e4be8175cb8c0a919b80a0a71be512eb7ebdd73e", +"sha512:44da40822cfa63e8d62999ae3881a5c474ca820fb7a184383ddbc81a32eb87fc3ec8b89f6a2d5ea06324205c793d56b51f4370c6a62387c99f3cc3aeb9985f6e", +] +url = "https://sourceforge.net/projects/adacl/files/Alire/adacl-5.16.1.tgz" +