summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--META6.json22
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"
+}