From 937ec6fc11b9b1a27806a5adef2894e50efc3343 Mon Sep 17 00:00:00 2001 From: Martin Krischik Date: Mon, 15 Sep 2025 16:37:48 +0200 Subject: [PATCH] adacl_regexp 7.0.0 (via `alr publish`) (#1604) --- index/ad/adacl_regexp/adacl_regexp-7.0.0.toml | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 index/ad/adacl_regexp/adacl_regexp-7.0.0.toml diff --git a/index/ad/adacl_regexp/adacl_regexp-7.0.0.toml b/index/ad/adacl_regexp/adacl_regexp-7.0.0.toml new file mode 100644 index 00000000..7a812717 --- /dev/null +++ b/index/ad/adacl_regexp/adacl_regexp-7.0.0.toml @@ -0,0 +1,56 @@ +name = "adacl_regexp" +description = "AdaCL: Regex and SPITBOL Patterns with Wide Character Support" +long-description = """Regular expression and SPITBOL pattern matching for Ada 2022, with wide character support. + +Features: +- Regular Expressions: + - Generic implementation for any discrete element array + - Instantiations for String, Wide_String, and Wide_Wide_String +- SPITBOL Patterns: + - Pattern construction and matching, inspired by Macro-SPITBOL (Robert Dewar) + - Supports String, Wide_String, and Wide_Wide_String +- Forked from GNAT.Regexp and GNAT.Spitbol with enhanced wide and wide-wide character support + +Licensed under GPL-3.0-or-later. Integrates with the Ada Class Library (AdaCL). + +Source: [SourceForge](https://sourceforge.net/p/adacl/git/ci/master/tree/adacl_regexp/src/) +Documentation: [GNATdoc](https://adacl.sourceforge.net/gnatdoc/adacl_regexp/index.html) +""" +version = "7.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", "strings", "wide-strings", "search", "regexp", "unicode", "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" + +[[depends-on]] +adacl = "^7.0.0" + + +[origin] +hashes = [ +"sha256:3418a3cceef67322148028ac2196ce6aeb4d10d24f41a1d39bccb0a13c5e6834", +"sha512:e6732d51dc2ffcaae19f4687673f8fb176fe7f638045bfb225fca4f7fe85c7c08446439070e3b170c029dc7a6668cde7f8b61c9c8867459cd0f79ffbc15e9e77", +] +url = "https://sourceforge.net/projects/adacl/files/Alire/adacl_regexp-7.0.0.tgz" +