From b99ee0be2c9edf27c84107a46ad410df0b650c1b Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Thu, 22 Feb 2024 17:42:00 +0100 Subject: [PATCH] clic 0.3.0 (via `alr publish --submit`) (#1005) --- index/cl/clic/clic-0.3.0.toml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 index/cl/clic/clic-0.3.0.toml diff --git a/index/cl/clic/clic-0.3.0.toml b/index/cl/clic/clic-0.3.0.toml new file mode 100644 index 000000000..93f16b0dd --- /dev/null +++ b/index/cl/clic/clic-0.3.0.toml @@ -0,0 +1,28 @@ +name = "clic" +description = "Command Line Interface Components" +version = "0.3.0" + +authors = ["Alejandro R. Mosteo", "Fabien Chouteau"] +maintainers = ["alejandro@mosteo.com", "Fabien Chouteau "] +maintainers-logins = ["mosteo", "Fabien-Chouteau"] +licenses = "MIT AND GPL-3.0-or-later WITH GCC-exception-3.1" +tags = ["cli", "command-line", "user-input", "tty"] +website = "https://github.com/alire-project/clic" +long-description = """ +Command Line Interface Components: + - "git like" subcommand handling + - TTY color and formatting + - User input queries + - User configuration +""" + +[[depends-on]] +aaa = "~0.2.4" +simple_logging = "^1.2.0" +ansiada = "^1.0" +ada_toml = "~0.2|~0.3" + +[origin] +commit = "56bbdc008e16996b6f76e443fd0165a240de1b13" +url = "git+https://github.com/alire-project/clic.git" +