about summary refs log blame commit diff stats
path: root/META6.json
blob: eb45e734c9f2eb73ac48c76e4ddfac9e53afbd7e (plain) (tree)


















                                                                               
{
    "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"
    },
    "depends" : [
        "Cairo:ver<0.2.7+>"
    ],
    "tags": [
        "Fornax", "Algorithms"
    ],
    "source-url" : "https://github.com/andinus/fornax"
}