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.
This commit is contained in:
Blady-Com
2023-10-10 17:53:37 +02:00
committed by GitHub
parent 3a01f97f06
commit 3b343bbfab
@@ -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 <blady.net@orange.fr>"]
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"