{ "name" : "octans", "auth" : "github:andinus", "version" : "0.1.0", "description" : "Octans is a program to solve Algot's Wordplay (Wordsearch) puzzles", "authors" : [ "Andinus " ], "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" ], "build-depends" : [ ], "test-depends" : [ ], "resources" : [ "mwords/354984si.ngl", "mwords/readme.txt" ], "tags": [ "Octans", "WordPlay" ], "source-url" : "https://git.tilde.institute/andinus/octans.git" }