From bb87191788a0c82d3fef55ddcddfbbb23407a96d Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Fri, 10 Jun 2022 10:22:59 +0200 Subject: [PATCH] aaa 0.2.6 (#541) --- index/aa/aaa/aaa-0.2.6.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 index/aa/aaa/aaa-0.2.6.toml diff --git a/index/aa/aaa/aaa-0.2.6.toml b/index/aa/aaa/aaa-0.2.6.toml new file mode 100644 index 00000000..7d902caf --- /dev/null +++ b/index/aa/aaa/aaa-0.2.6.toml @@ -0,0 +1,27 @@ +name = "aaa" +version = "0.2.6" +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 = "dfd6339b556c5537dbbb34ed2c72cc3f5c277a58" +url = "git+https://github.com/mosteo/aaa.git" +