From 5cf4b5aecab53d57df1047aafc615bfdd32b47f2 Mon Sep 17 00:00:00 2001 From: Martin Krischik Date: Tue, 13 Jan 2026 12:53:10 +0100 Subject: [PATCH] adacl_eastrings 7.1.0 (#1766) --- .../adacl_eastrings-7.1.0.toml | 70 +++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 index/ad/adacl_eastrings/adacl_eastrings-7.1.0.toml diff --git a/index/ad/adacl_eastrings/adacl_eastrings-7.1.0.toml b/index/ad/adacl_eastrings/adacl_eastrings-7.1.0.toml new file mode 100644 index 00000000..15786f53 --- /dev/null +++ b/index/ad/adacl_eastrings/adacl_eastrings-7.1.0.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.1.0" +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:82fb6e4564cda85581ca776ea7dc83b1b0cc94a3df6b7ac7c3718ee9f5195dc4", +"sha512:7a2a7c47e746a788b40c7b0b8975fb6d35f7afaf0c8fead027f5fac95b502a3f245764f679108f58d912320edc6a6c4dc100be8ee49a6b241a0786efc1f561b7", +] +url = "https://sourceforge.net/projects/adacl/files/Alire/adacl_eastrings-7.1.0.tgz" +