uxstrings 0.7.1 (#1051)
* Upgrade UXStrings to version 0.7.0. 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. * Change GNAT required version. * Bring back strings_edit source codes from Simple Components since dependancies of SC puzzled Alire. * Suppress 0.7.0 as it puzzles Alire checks. --------- Co-authored-by: Alejandro R Mosteo <amosteo@unizar.es>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
name = "uxstrings"
|
||||
description = "Unicode Extended Strings utilities"
|
||||
version = "0.7.1+alpha-20240525"
|
||||
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_uxstrings.gpr"]
|
||||
|
||||
[[depends-on]]
|
||||
gnat = "^13.0"
|
||||
# Put in comment since dependancies of SC puzzled Alire
|
||||
# simple_components = "^4.62.0"
|
||||
|
||||
[origin]
|
||||
commit = "21f2f64053caf4d0ff5dedd2a4bf6a64509bd495"
|
||||
url = "git+https://github.com/Blady-Com/UXStrings.git"
|
||||
|
||||
Reference in New Issue
Block a user