From 36909248bb8f988855d2ac11745a8c549ac304fe Mon Sep 17 00:00:00 2001 From: jhumphry Date: Mon, 4 Apr 2022 13:03:14 +0100 Subject: [PATCH] parse_args 0.9.0 (#492) parse_args is an Ada 2012 package that provides simple command-line argument parsing. It was inspired by the argparse module in Python, but it is not (quite) as ambitious. --- index/pa/parse_args/parse_args-0.9.0.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 index/pa/parse_args/parse_args-0.9.0.toml diff --git a/index/pa/parse_args/parse_args-0.9.0.toml b/index/pa/parse_args/parse_args-0.9.0.toml new file mode 100644 index 00000000..2527bea8 --- /dev/null +++ b/index/pa/parse_args/parse_args-0.9.0.toml @@ -0,0 +1,15 @@ +name = "parse_args" +description = "An Ada 2012 package to parse command line arguments and options" +version = "0.9.0" +website = "https://github.com/jhumphry/parse_args" +licenses = "ISC" +tags = ["cli", "command-line"] + +authors = ["James Humphry"] +maintainers = ["James Humphry "] +maintainers-logins = ["jhumphry"] + +[origin] +commit = "635f9e4f5318dccd535ca889d744b1053ab2362e" +url = "git+https://github.com/jhumphry/parse_args.git" +