From 2da9e14025979ad30234ae15f46d121fb1afbc5d Mon Sep 17 00:00:00 2001 From: Blady-Com Date: Mon, 3 Apr 2023 19:14:16 +0200 Subject: [PATCH] uxstrings 0.5.0. (#779) * Upgrade UXStrings to version 0.5.0. Add lib_uxstrings2.gpr and lib_uxstrings3.gpr. * Fix withed path in lib_uxstrings3.gpr. --- .../uxstrings-0.5.0+alpha-20230401.toml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 index/ux/uxstrings/uxstrings-0.5.0+alpha-20230401.toml diff --git a/index/ux/uxstrings/uxstrings-0.5.0+alpha-20230401.toml b/index/ux/uxstrings/uxstrings-0.5.0+alpha-20230401.toml new file mode 100644 index 00000000..9f316fb0 --- /dev/null +++ b/index/ux/uxstrings/uxstrings-0.5.0+alpha-20230401.toml @@ -0,0 +1,22 @@ +name = "uxstrings" +description = "Unicode Extended Strings utilities" +version = "0.5.0+alpha-20230401" +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", "lib_uxstrings2.gpr", "lib_uxstrings3.gpr"] + +[[depends-on]] +gnat = ">=2021 | (>=12 & <2000)" +simple_components = "^4.62.0" + +[origin] +commit = "5f57d904e74703efa5d1a0515174ed837b9ccb25" +url = "git+https://github.com/Blady-Com/UXStrings.git" +