Files
alire-index-community/index/ux/uxstrings/uxstrings-0.6.0+alpha-20231007.toml
T
Blady-Com 3b343bbfab 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.
2023-10-10 17:53:37 +02:00

23 lines
574 B
TOML

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"