diff options
| author | Andinus <andinus@nand.sh> | 2021-01-22 13:39:05 +0530 |
|---|---|---|
| committer | Andinus <andinus@nand.sh> | 2021-01-22 13:39:05 +0530 |
| commit | 5cdfe6688252806d70f52bf10b8e367cba8a30b6 (patch) | |
| tree | 24da5ceb32fcdbc8132476a79116644da9877a6f | |
| parent | 337356b3adb1fe10874fb1ea42a5da24963d9881 (diff) | |
| download | tucana-5cdfe6688252806d70f52bf10b8e367cba8a30b6.tar.gz | |
I won't be uploading this to CPAN, at least for now. I'll update it
once it's able to generate basic puzzles.
| -rw-r--r-- | META6.json | 22 |
1 files changed, 22 insertions, 0 deletions
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 <andinus@nand.sh>" ], + "license" : "ISC", + "perl" : "6.d", + "provides" : { + "Tucana::CLI" : "lib/Tucana/CLI.rakumod" + }, + "depends" : [ + "Octans::CLI:auth<github:andinus>" + ], + "build-depends" : [ ], + "test-depends" : [ ], + "resources" : [ ], + "tags": [ + "Tucana", "WordPlay" + ], + "source-url" : "https://git.tilde.institute/andinus/tucana.git" +} |