From 63d9347fc2dd560a8b1dd08fe7579e521166ea38 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Thu, 23 Jun 2022 19:21:27 +0200 Subject: [PATCH] wordlist 0.1.3 (#560) * wordlist 0.1.3 * Fix gnat dependency Co-authored-by: GHA --- index/wo/wordlist/wordlist-0.1.3.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 index/wo/wordlist/wordlist-0.1.3.toml diff --git a/index/wo/wordlist/wordlist-0.1.3.toml b/index/wo/wordlist/wordlist-0.1.3.toml new file mode 100644 index 00000000..58e40bec --- /dev/null +++ b/index/wo/wordlist/wordlist-0.1.3.toml @@ -0,0 +1,25 @@ +name = "wordlist" +description = "An English word list" +version = "0.1.3" + +authors = ["Alejandro R. Mosteo"] +maintainers = ["Alejandro R. Mosteo "] +maintainers-logins = ["mosteo"] + +licenses = "MIT" +tags = ["wordlist", "english"] + +[[depends-on]] +aaa = "~0.2.5" +ada_toml = "~0.3.0" +gnat = ">=11 & <2000" +resources = "~0.1.0" + +[configuration.variables] +Logging = { type = "Boolean", default = false } +Wordset = { type = "Enum", values = ["small", "large", "wordle"], default = "large" } + +[origin] +commit = "fad16afcc384075bd0fda36d98b95d78778e46c7" +url = "git+https://github.com/mosteo/wordlist_ada.git" +