From ddc3120ec188a3aecacce70725705264bf09cec7 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Mon, 30 Aug 2021 14:10:25 +0200 Subject: [PATCH] aaa 0.2.3 (#321) --- index/aa/aaa/aaa-0.2.3.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 index/aa/aaa/aaa-0.2.3.toml diff --git a/index/aa/aaa/aaa-0.2.3.toml b/index/aa/aaa/aaa-0.2.3.toml new file mode 100644 index 00000000..2df1ee92 --- /dev/null +++ b/index/aa/aaa/aaa-0.2.3.toml @@ -0,0 +1,27 @@ +name = "aaa" +version = "0.2.3" +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 vectors. +- 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 = "12201a008c07e6ef0e4f21d327c941bed97d7166" +url = "git+https://github.com/mosteo/aaa.git" +