-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clic 0.3.0 (via
alr publish --submit
) (#1005)
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name = "clic" | ||
description = "Command Line Interface Components" | ||
version = "0.3.0" | ||
|
||
authors = ["Alejandro R. Mosteo", "Fabien Chouteau"] | ||
maintainers = ["[email protected]", "Fabien Chouteau <[email protected]>"] | ||
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" | ||
|