Skip to content

Commit

Permalink
Upgrade UXStrings to version 0.7.0.
Browse files Browse the repository at this point in the history
Add UXStrings 4 implementation (Ada.Containers.Vectors).
Use scenario variables in project files for choosing between UXStrings implementation UXS_VARIANT=UXS1..4.
Add Keep_Empty_Parts default parameter to Split.
  • Loading branch information
Blady-Com committed May 3, 2024
1 parent 93a5a02 commit 26224eb
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions index/ux/uxstrings/uxstrings-0.7.0+alpha-20240406.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "uxstrings"
description = "Unicode Extended Strings utilities"
version = "0.7.0+alpha-20240406"
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_uxstrings.gpr"]

[[depends-on]]
gnat = ">=2021 | (>=12 & <2000)"
simple_components = "^4.62.0"

[origin]
commit = "45a39c126944f2939ed2bee5fdb40d79e18bed35"
url = "git+https://github.com/Blady-Com/UXStrings.git"

0 comments on commit 26224eb

Please sign in to comment.