name = "aaa" version = "0.3.0" 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" [[actions]] type = "test" directory = "tests" command = ["alr", "build"] # [test] # runner = "alire" [origin] commit = "7bfebd18eb1c9a7eb283ec1a8a05009449239c88" subdir = "./aaa_base/" url = "git+https://github.com/mosteo/aaa.git"