From 5cdfe6688252806d70f52bf10b8e367cba8a30b6 Mon Sep 17 00:00:00 2001 From: Andinus Date: Fri, 22 Jan 2021 13:39:05 +0530 Subject: Add META6.json I won't be uploading this to CPAN, at least for now. I'll update it once it's able to generate basic puzzles. --- META6.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 META6.json diff --git a/META6.json b/META6.json new file mode 100644 index 0000000..bb8f0c1 --- /dev/null +++ b/META6.json @@ -0,0 +1,22 @@ +{ + "name" : "tucana", + "auth" : "github:andinus", + "version" : "0.1.0", + "description" : "Tucana is a program to generate puzzles like Algot's Wordsearch", + "authors" : [ "Andinus " ], + "license" : "ISC", + "perl" : "6.d", + "provides" : { + "Tucana::CLI" : "lib/Tucana/CLI.rakumod" + }, + "depends" : [ + "Octans::CLI:auth" + ], + "build-depends" : [ ], + "test-depends" : [ ], + "resources" : [ ], + "tags": [ + "Tucana", "WordPlay" + ], + "source-url" : "https://git.tilde.institute/andinus/tucana.git" +} -- cgit 1.4.1-2-gfad0