From 82714643cbddeb4146ebd4774c5c6ac36575b1f8 Mon Sep 17 00:00:00 2001 From: Blady-Com Date: Mon, 1 Mar 2021 13:54:23 +0100 Subject: [PATCH] uxstrings 0.1.2 (#250) * Add UXStrings library to Alire. * Set minimal GNAT version for Alire. * Change version format in conformance to https://semver.org. Set UXStrings commit to some fixes. --- .../uxstrings-0.1.2+alpha-20210226.toml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 index/ux/uxstrings/uxstrings-0.1.2+alpha-20210226.toml diff --git a/index/ux/uxstrings/uxstrings-0.1.2+alpha-20210226.toml b/index/ux/uxstrings/uxstrings-0.1.2+alpha-20210226.toml new file mode 100644 index 00000000..40aa76b3 --- /dev/null +++ b/index/ux/uxstrings/uxstrings-0.1.2+alpha-20210226.toml @@ -0,0 +1,21 @@ +name = "uxstrings" +description = "Unicode Extended Strings utilities" +version = "0.1.2+alpha-20210226" +tags = ["unicode", "dynamic", "string"] + +authors = ["Pascal Pignard"] +maintainers = ["Pascal Pignard "] +maintainers-logins = ["Blady-Com"] +website = "https://github.com/Blady-Com/UXStrings" + +licenses = "CECILL-2.1" + +project-files = ["lib_uxstrings1.gpr"] + +[[depends-on]] +gnat = ">=2020" + +[origin] +commit = "194041529e9b3b36a286748f3ae3baf4a6247c61" +url = "git+https://github.com/Blady-Com/UXStrings.git" +