Skip to content

Commit

Permalink
Upgrade UXStrings to version 0.6.0.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Blady-Com committed Oct 7, 2023
1 parent c23beb5 commit da2d627
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions index/ux/uxstrings/uxstrings-0.6.0+alpha-20231007.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
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"

0 comments on commit da2d627

Please sign in to comment.