I won't be uploading this to CPAN, at least for now. I'll update it
once it's able to generate basic puzzles.
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"
+}
|