From cfef32529c23cbc6df840ba02f5964b0e61d52f7 Mon Sep 17 00:00:00 2001 From: Martin Krischik Date: Tue, 13 Jan 2026 12:45:41 +0100 Subject: [PATCH] adacl 7.1.0 (#1760) --- index/ad/adacl/adacl-7.1.0.toml | 62 +++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 index/ad/adacl/adacl-7.1.0.toml diff --git a/index/ad/adacl/adacl-7.1.0.toml b/index/ad/adacl/adacl-7.1.0.toml new file mode 100644 index 00000000..a6808c5f --- /dev/null +++ b/index/ad/adacl/adacl-7.1.0.toml @@ -0,0 +1,62 @@ +name = "adacl" +description = "Ada Class Library: Strings, Tracing, AUnit, Smart Pointers, Getopt" +long-description = """A versatile Ada 2022 class library for robust application development. + +Features: +- Getopt: Command-line argument parser with wide character support +- Strings: Utilities for String, Wide_String, and Wide_Wide_String +- Calendar: Time and date utilities with wide character support +- Tracing: Diagnostic trace utility with wide character support +- Protected Queue: Supports finish, wait, and abort operations +- Smart Pointers: + - Reference-counted pointers + - Unique pointers (C++-style) + - Shared pointers (C++-style) + +Related crates: +- AUnit: AUnit-Compatible Assertions for access, array, discrete, floating-point, fixed-point, decimal, and vector types +- EAStrings: Encoding-aware string utilities +- RegEx: SPITBOL-inspired pattern matching and regular expressions for String, Wide_String, and Wide_Wide_String +- SAR: Text search and replace for String, Wide_String, and Wide_Wide_String + +Source: [SourceForge](https://sourceforge.net/p/adacl/git/ci/master/tree/adacl/src/) +Documentation: [GNATdoc](https://adacl.sourceforge.net/gnatdoc/adacl/index.html) +""" +version = "7.1.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] +"*".ada_version = "Ada2022" +"*".source_encoding = "UTF_8" +development.compile_checks = "Warnings" +development.contracts = "Yes" +development.debug_info = "Yes" +development.optimization = "Debug" +development.runtime_checks = "Overflow" +release.compile_checks = "Warnings" +release.contracts = "No" +release.debug_info = "No" +release.optimization = "Performance" +release.runtime_checks = "Default" +validation.compile_checks = "Warnings" +validation.contracts = "Yes" +validation.debug_info = "Yes" +validation.optimization = "Debug" +validation.runtime_checks = "Everything" + +# 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:75293ae0e9c80dd0f428c4677d817eb4145f310a4fc83ce440649ee9e473f184", +"sha512:861e982747347dc2fd10d5aa287a95783cd2b9343cd011a0d8fa88d7e10543f3b18760506f40e9c7fc99f85692c44595de54d013b58184aa69b9ff7ccea19818", +] +url = "https://sourceforge.net/projects/adacl/files/Alire/adacl-7.1.0.tgz" +