From 66c9e35ca1e01c07da2017c6783945b17d3e68dd Mon Sep 17 00:00:00 2001 From: Martin Krischik Date: Tue, 15 Jul 2025 11:02:40 +0200 Subject: [PATCH] adacl_eastrings 6.2.1 (via `alr publish`) (#1537) --- .../adacl_eastrings-6.2.1.toml | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 index/ad/adacl_eastrings/adacl_eastrings-6.2.1.toml diff --git a/index/ad/adacl_eastrings/adacl_eastrings-6.2.1.toml b/index/ad/adacl_eastrings/adacl_eastrings-6.2.1.toml new file mode 100644 index 00000000..fb2d2f16 --- /dev/null +++ b/index/ad/adacl_eastrings/adacl_eastrings-6.2.1.toml @@ -0,0 +1,61 @@ +name = "adacl_eastrings" +description = "Ada Class Library - EAStrings" +long-description = """A class library for Ada for those who like OO programming. + +Encoding aware strings. + +Development versions available with: + +```sh +alr index --add "git+https://github.com/krischik/alire-index.git#develop" --name krischik +``` + +Source code including AUnit tests available on [SourceForge](https://git.code.sf.net/p/adacl/git) +""" +version = "6.2.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]] +gnat = "^15.1" +adacl = "^6.2.1" + +[[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:80208501ad831e5bcb7a042ef584b511e2079d2b38d4e3fb0a39da46247efda2", +"sha512:2e31b8b0eed505a85beb56eefdb469415779e12e754ce87d8664c67dad5b1280f27a401e7ae5a5f0b0a3b6d40dede8e1b93f241fa4abfdd31726ed99a94f2d39", +] +url = "https://sourceforge.net/projects/adacl/files/Alire/adacl_eastrings-6.2.1.tgz" +