From 3b1921405e1a8ee61bb6954898c8c4cd9a2c1cc9 Mon Sep 17 00:00:00 2001 From: Blady-Com Date: Thu, 23 Feb 2023 15:24:20 +0100 Subject: [PATCH] uxstrings 0.4.1. (#748) Replace usage of UTF-8 literal characters by their Ada name. --- .../uxstrings-0.4.1+alpha-20230223.toml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 index/ux/uxstrings/uxstrings-0.4.1+alpha-20230223.toml diff --git a/index/ux/uxstrings/uxstrings-0.4.1+alpha-20230223.toml b/index/ux/uxstrings/uxstrings-0.4.1+alpha-20230223.toml new file mode 100644 index 00000000..1af143ca --- /dev/null +++ b/index/ux/uxstrings/uxstrings-0.4.1+alpha-20230223.toml @@ -0,0 +1,22 @@ +name = "uxstrings" +description = "Unicode Extended Strings utilities" +version = "0.4.1+alpha-20230223" +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 | (>=12 & <2000)" +simple_components = "^4.62.0" + +[origin] +commit = "845ba9f799514dad0ab5ff4b981b17f716f7afab" +url = "git+https://github.com/Blady-Com/UXStrings.git" +