From 627f5b4f2f5b66a6cbe78b499decb1edd8a02991 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Tue, 21 Sep 2021 13:34:36 +0200 Subject: [PATCH] aaa 0.2.4 (#366) --- index/aa/aaa/aaa-0.2.4.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 index/aa/aaa/aaa-0.2.4.toml diff --git a/index/aa/aaa/aaa-0.2.4.toml b/index/aa/aaa/aaa-0.2.4.toml new file mode 100644 index 00000000..f8a8c28b --- /dev/null +++ b/index/aa/aaa/aaa-0.2.4.toml @@ -0,0 +1,27 @@ +name = "aaa" +version = "0.2.4" +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" + +[origin] +commit = "19e75e3e16c493df35913b8acc486b5d047875bf" +url = "git+https://github.com/mosteo/aaa.git" +