diff --git a/index/cl/clara/clara-1.0.1.toml b/index/cl/clara/clara-1.0.1.toml new file mode 100644 index 00000000..dce3d89c --- /dev/null +++ b/index/cl/clara/clara-1.0.1.toml @@ -0,0 +1,23 @@ +name = "clara" +description = "Type-safe CLI argument parsing with functional monads" +version = "1.0.1" + +authors = ["A Bit of Help, Inc. - Michael Gardner"] +maintainers = ["A Bit of Help, Inc. - Michael Gardner "] +maintainers-logins = ["abitofhelp"] +licenses = "BSD-3-Clause" +website = "https://github.com/abitofhelp/clara" +tags = ["cli", "command-line", "arguments", "parser", "ada2022", "spark", "functional", "type-safe"] + +[build-switches] +"*".Ada_Version = "Ada2022" +"*".Style_Checks = "yes" + +[[depends-on]] +gnat = ">=13" +functional = "^4.0.0" + +[origin] +commit = "1dafa0e89978ca214aab806d137b2641668b2458" +url = "git+https://github.com/abitofhelp/clara.git" +