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" +