about summary refs log tree commit diff stats
path: root/META6.json
blob: 1cf95de7fec76656752f3249ccdbd0368e11cb7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name" : "fornax",
    "auth" : "zef:andinus",
    "version" : "0.1.0",
    "description" : "Collection of tools to visualize Path Finding Algorithms",
    "authors" : [ "Andinus <andinus@nand.sh>" ],
    "license" : "ISC",
    "perl" : "6.d",
    "provides" : {
        "Fornax::CLI" : "lib/Fornax/CLI.rakumod",
        "Fornax::Hex2RGB" : "lib/Fornax/Hex2RGB.rakumod"
    },
    "depends" : [
        "Cairo:ver<0.2.7+>"
    ],
    "tags": [
        "Fornax", "Algorithms"
    ],
    "source-url" : "https://github.com/andinus/fornax"
}