From 4f996275a3880f87dc1d52bc9a6b65c41e75e61b Mon Sep 17 00:00:00 2001 From: Martin Krischik Date: Wed, 8 Oct 2025 09:12:11 +0200 Subject: [PATCH] adacl_eastrings 7.0.1 (#1620) --- .../adacl_eastrings-7.0.1.toml | 70 +++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 index/ad/adacl_eastrings/adacl_eastrings-7.0.1.toml diff --git a/index/ad/adacl_eastrings/adacl_eastrings-7.0.1.toml b/index/ad/adacl_eastrings/adacl_eastrings-7.0.1.toml new file mode 100644 index 00000000..8c00f3b2 --- /dev/null +++ b/index/ad/adacl_eastrings/adacl_eastrings-7.0.1.toml @@ -0,0 +1,70 @@ +name = "adacl_eastrings" +description = "AdaCL: Encoding-Aware String Utilities" +long-description = """Encoding-aware string utilities for Ada 2022, developed by Björn Persson for robust internationalization (i18n). + +Supports text processing with the following encodings: +- Universal Character Set 4, Big-Endian (UCS-4 BE) +- Universal Character Set 4, Little-Endian (UCS-4 LE) +- Universal Character Set 2, Big-Endian (UCS-2 BE) +- Universal Character Set 2, Little-Endian (UCS-2 LE) +- Unicode Transformation Format 16, Big-Endian (UTF-16 BE) +- Unicode Transformation Format 16, Little-Endian (UTF-16 LE) +- Unicode Transformation Format 8 (UTF-8) +- American Standard Code for Information Interchange (ASCII) +- ISO/IEC 8859-1 (Latin-1) +- Code Page 850 (DOS Latin-1) +- Windows Code Page 1252 + +Additional features: +- Text I/O for encoding-aware input/output +- Basic command-line parsing for internationalized text + +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_eastrings/src/) +Documentation: [GNATdoc](https://adacl.sourceforge.net/gnatdoc/adacl_eastrings/index.html) +""" +version = "7.0.1" +licenses = "GPL-3.0-or-later" +authors = ["Martin Krischik " ,"Björn Persson "] +maintainers = ["Martin Krischik " ,"Björn Persson "] +maintainers-logins = ["krischik", "rombobeorn"] +website = "https://sourceforge.net/projects/adacl/" +tags = ["library", "strings", "i18n", "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" + +# [[pins]] +# adacl = { path = "../adacl" } + +# 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:91b30d7d34c15362e8d61fa9ccff9cc8da2299fe9368a284480c8d9312ce0ed1", +"sha512:89f4e17e86113aa0b4e014cb68f6e60c53d92636e38402eeacbc44031f585c37c2277b45bfca64704142dff09160f6b17ea8517445b4633135639e8c201aa622", +] +url = "https://sourceforge.net/projects/adacl/files/Alire/adacl_eastrings-7.0.1.tgz" +