-
Notifications
You must be signed in to change notification settings - Fork 0
/
META6.json
33 lines (33 loc) · 1.11 KB
/
META6.json
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
30
31
32
33
{
"name" : "octans",
"auth" : "zef:andinus",
"version" : "0.2.5",
"description" : "Octans is a program to solve Algot's Wordplay (Wordsearch) puzzles",
"authors" : [ "Andinus <[email protected]>" ],
"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::Puzzle::Get" : "lib/Octans/Puzzle/Get.rakumod",
"Octans::RangeSearch" : "lib/Octans/RangeSearch.rakumod",
"Octans::WordSearch" : "lib/Octans/WordSearch.rakumod",
"Octans::Hex2RGB" : "lib/Octans/Hex2RGB.rakumod",
"Octans::GenerateFrame" : "lib/Octans/GenerateFrame.rakumod"
},
"depends" : [
"WWW:ver<1.005006+>:auth<github:raku-community-modules>",
"Cairo:ver<0.2.7+>"
],
"build-depends" : [ ],
"test-depends" : [ ],
"resources" : [
"mwords/354984si.ngl",
"mwords/readme.txt"
],
"tags": [
"Octans", "WordPlay"
],
"source-url" : "https://git.unfla.me/octans"
}