From ce0a74195675140eeb4a81d282bffcede1e9b7bd Mon Sep 17 00:00:00 2001 From: Blady-Com Date: Thu, 28 Jul 2022 10:41:07 +0200 Subject: [PATCH] uxstrings support for gnat > 11 (#582) --- .../uxstrings-0.3.0+alpha-20220727.toml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 index/ux/uxstrings/uxstrings-0.3.0+alpha-20220727.toml diff --git a/index/ux/uxstrings/uxstrings-0.3.0+alpha-20220727.toml b/index/ux/uxstrings/uxstrings-0.3.0+alpha-20220727.toml new file mode 100644 index 00000000..5184eeb3 --- /dev/null +++ b/index/ux/uxstrings/uxstrings-0.3.0+alpha-20220727.toml @@ -0,0 +1,21 @@ +name = "uxstrings" +description = "Unicode Extended Strings utilities" +version = "0.3.0+alpha-20220727" +tags = ["unicode", "dynamic", "string"] + +authors = ["Pascal Pignard"] +maintainers = ["Pascal Pignard "] +maintainers-logins = ["Blady-Com"] +website = "https://github.com/Blady-Com/UXStrings" + +licenses = "CECILL-2.1" + +project-files = ["lib_uxstrings1.gpr"] + +[[depends-on]] +gnat = ">=2021 | (>=11.2 & <2000)" + +[origin] +commit = "7f963eb39f1f35ec9a36487a2c064e8eab4abec6" +url = "git+https://github.com/Blady-Com/UXStrings.git" +