From b3caa8bff89e0f449b123ea4b4d1fecfa9c42834 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Thu, 15 Oct 2020 23:31:37 +0200 Subject: [PATCH] aaa 0.2.1 (#176) Version required by minirest and alire --- index/aa/aaa/aaa-0.2.1.toml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 index/aa/aaa/aaa-0.2.1.toml diff --git a/index/aa/aaa/aaa-0.2.1.toml b/index/aa/aaa/aaa-0.2.1.toml new file mode 100644 index 00000000..1a102f1c --- /dev/null +++ b/index/aa/aaa/aaa-0.2.1.toml @@ -0,0 +1,26 @@ +name = "aaa" +version = "0.2.1" +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. +""" + +authors = ["Alejandro R. Mosteo"] +licenses = ["LGPL 3.0"] +maintainers = ["alejandro@mosteo.com"] +maintainers-logins = ["mosteo"] +tags = ["miscellanea", "utility"] +website = "https://github.com/mosteo/aaa" + +[origin] +commit = "103f0d1954aa1181542baa939bae44ca98bff05f" +url = "git+https://github.com/mosteo/aaa.git" +