From 5329cffbd600757cc133bd6745424772e8c51049 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Mon, 9 May 2022 11:13:49 +0200 Subject: [PATCH] aaa 0.2.5 (#515) Co-authored-by: GHA --- index/aa/aaa/aaa-0.2.5.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 index/aa/aaa/aaa-0.2.5.toml diff --git a/index/aa/aaa/aaa-0.2.5.toml b/index/aa/aaa/aaa-0.2.5.toml new file mode 100644 index 00000000..91b02cfd --- /dev/null +++ b/index/aa/aaa/aaa-0.2.5.toml @@ -0,0 +1,27 @@ +name = "aaa" +version = "0.2.5" +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 = "521a8669cf8dbd0eeb71d22d2634421265d52f62" +url = "git+https://github.com/mosteo/aaa.git" +