about summary refs log tree commit diff stats
path: root/META6.json
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-01-19 21:53:16 +0530
committerAndinus <andinus@nand.sh>2021-01-19 21:53:16 +0530
commita5c540608c469a2797262facb766e175b932f0e2 (patch)
tree1e0eb79678d66f5ba657c63003592029757aefe7 /META6.json
parent5bb0f224483fbc1d57fd1c5a2f4a22dd7263ecd6 (diff)
downloadoctans-a5c540608c469a2797262facb766e175b932f0e2.tar.gz
Re-structure for CPAN upload, include a dictionary file v0.1.0
bin/octans calls lib/Octans/CLI.rakumod which has the MAIN subroutine.
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/META6.json b/META6.json
new file mode 100644
index 0000000..9a49e7f
--- /dev/null
+++ b/META6.json
@@ -0,0 +1,29 @@
+{
+    "name" : "octans",
+    "auth" : "github:andinus",
+    "version" : "0.1.0",
+    "description" : "Octans is a program to solve Algot's Wordplay (Wordsearch) puzzles",
+    "authors" : [ "Andinus <andinus@nand.sh>" ],
+    "license" : "ISC",
+    "perl" : "6.d",
+    "provides" : {
+        "Octans::CLI" : "lib/Octans/CLI.rakumod",
+        "Octans::Neighbors" : "lib/Octans/Neighbors.rakumod",
+        "Octans::Puzzle" : "lib/Octans/Puzzle.rakumod",
+        "Octans::RangeSearch" : "lib/Octans/RangeSearch.rakumod",
+        "Octans::WordSearch" : "lib/Octans/WordSearch.rakumod"
+    },
+    "depends" : [
+        "WWW:ver<1.005006>:auth<github:raku-community-modules>"
+    ],
+    "build-depends" : [ ],
+    "test-depends" : [ ],
+    "resources" : [
+        "mwords/354984si.ngl",
+        "mwords/readme.txt"
+    ],
+    "tags": [
+      "Octans", "WordPlay"
+    ],
+    "source-url" : "https://git.tilde.institute/andinus/octans.git"
+}