diff options
Diffstat (limited to 'META6.json')
-rw-r--r-- | META6.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/META6.json b/META6.json new file mode 100644 index 0000000..eb45e73 --- /dev/null +++ b/META6.json @@ -0,0 +1,19 @@ +{ + "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" +} |