From 3b343bbfab883a3b5825dea3b607f1c3d1e54973 Mon Sep 17 00:00:00 2001 From: Blady-Com Date: Tue, 10 Oct 2023 17:53:37 +0200 Subject: [PATCH] uxstrings 0.6.0. (#906) Add string convenient subprograms: Contains, Ends_With, Starts_With, Is_Lower, Is_Upper, Is_Basic, Is_Empty, Remove, Replace. Add string convenient subprograms: Contains, Ends_With, Starts_With, Is_Lower, Is_Upper, Is_Basic, Is_Empty, Remove, Replace. --- .../uxstrings-0.6.0+alpha-20231007.toml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 index/ux/uxstrings/uxstrings-0.6.0+alpha-20231007.toml diff --git a/index/ux/uxstrings/uxstrings-0.6.0+alpha-20231007.toml b/index/ux/uxstrings/uxstrings-0.6.0+alpha-20231007.toml new file mode 100644 index 000000000..842236685 --- /dev/null +++ b/index/ux/uxstrings/uxstrings-0.6.0+alpha-20231007.toml @@ -0,0 +1,22 @@ +name = "uxstrings" +description = "Unicode Extended Strings utilities" +version = "0.6.0+alpha-20231007" +tags = ["unicode", "dynamic", "string"] + +authors = ["Pascal Pignard"] +maintainers = ["Pascal Pignard "] +maintainers-logins = ["Blady-Com"] +website = "https://github.com/Blady-Com/UXStrings" + +licenses = "CECILL-C" + +project-files = ["lib_uxstrings3.gpr"] + +[[depends-on]] +gnat = ">=2021 | (>=12 & <2000)" +simple_components = "^4.62.0" + +[origin] +commit = "c9bcce5c1b35dcdfc00aa76a0ed3ba3cc9c9a12b" +url = "git+https://github.com/Blady-Com/UXStrings.git" +