From 0a27d940a788b6238c938e2c43734d1306c9a305 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Tue, 18 Mar 2025 17:48:04 +0100 Subject: [PATCH] aaa 0.3.0, aaa_texts 0.3.0, texts 0.1.0 (#1439) * Add manifests for aaa=0.3.0 aaa_texts=0.3.0 * Add texts=0.1 --- index/aa/aaa/aaa-0.3.0.toml | 36 +++++++++++++++++++++++++ index/aa/aaa_texts/aaa_texts-0.3.0.toml | 25 +++++++++++++++++ index/te/texts/texts-0.1.0.toml | 25 +++++++++++++++++ 3 files changed, 86 insertions(+) create mode 100644 index/aa/aaa/aaa-0.3.0.toml create mode 100644 index/aa/aaa_texts/aaa_texts-0.3.0.toml create mode 100644 index/te/texts/texts-0.1.0.toml diff --git a/index/aa/aaa/aaa-0.3.0.toml b/index/aa/aaa/aaa-0.3.0.toml new file mode 100644 index 00000000..80054ecf --- /dev/null +++ b/index/aa/aaa/aaa-0.3.0.toml @@ -0,0 +1,36 @@ +name = "aaa" +version = "0.3.0" +description = "Alex's Ada Assortment (of miscellaneous utilities)" + +long-description = """ +Alex's Ada Assortment of Utilities + +- Text formatting (paragraphs, tables). +- Indefinite containers. +- Enumeration validity/conversions of string images. +- On-demand stack backtraces. +- String containers and utilities. +- Simple subprocess spawning. +- Write-through minimal cache for objects stored in files +""" + +authors = ["Alejandro R. Mosteo"] +licenses = "LGPL-3.0-only" +maintainers = ["alejandro@mosteo.com"] +maintainers-logins = ["mosteo"] +tags = ["miscellanea", "utility"] +website = "https://github.com/mosteo/aaa" + +[[actions]] +type = "test" +directory = "tests" +command = ["alr", "build"] + +# [test] +# runner = "alire" + +[origin] +commit = "7bfebd18eb1c9a7eb283ec1a8a05009449239c88" +subdir = "./aaa_base/" +url = "git+https://github.com/mosteo/aaa.git" + diff --git a/index/aa/aaa_texts/aaa_texts-0.3.0.toml b/index/aa/aaa_texts/aaa_texts-0.3.0.toml new file mode 100644 index 00000000..5308ea04 --- /dev/null +++ b/index/aa/aaa_texts/aaa_texts-0.3.0.toml @@ -0,0 +1,25 @@ +name = "aaa_texts" +description = "Utilities to deal with enriched human texts (ANSI, Unicode)" +version = "0.3.0" + +authors = ["Alejandro R. Mosteo"] +maintainers = ["Alejandro R. Mosteo "] +maintainers-logins = ["mosteo"] +licenses = "LGPL-3.0-only" +website = "https://github.com/mosteo/aaa" +tags = ["unicode", "ansi", "console", "terminal", "tables"] + +[[depends-on]] +aaa = "~0.3.0" +ansiada = "^1.1.0" +lml = "~0.1.0" +umwi = "~0.1.0" + +# [test] +# runner = "alire" + +[origin] +commit = "7bfebd18eb1c9a7eb283ec1a8a05009449239c88" +subdir = "./aaa_texts/" +url = "git+https://github.com/mosteo/aaa.git" + diff --git a/index/te/texts/texts-0.1.0.toml b/index/te/texts/texts-0.1.0.toml new file mode 100644 index 00000000..b0f62d5c --- /dev/null +++ b/index/te/texts/texts-0.1.0.toml @@ -0,0 +1,25 @@ +name = "texts" +description = "A no-frills library to deal with Unicode texts in Ada 2012" +version = "0.1.0" + +authors = ["Alejandro R. Mosteo"] +maintainers = ["Alejandro R. Mosteo "] +maintainers-logins = ["mosteo"] +licenses = "MIT OR Apache-2.0 WITH LLVM-exception" +website = "" +tags = ["text", "unicode", "utf", "encoding"] + +[build-switches] +"*".Ada_Version = "Ada12" + +[[depends-on]] +aaa = "~0.3" +umwi = "~0.1" + +# [test] +# runner = "alire" + +[origin] +commit = "db89994b470bd5070ac8458f6610bd48264340f9" +url = "git+https://github.com/mosteo/texts.git" +