diff options
Diffstat (limited to 'META6.json')
-rw-r--r-- | META6.json | 29 |
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" +} |