1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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"
}
|