diff options
author | Andinus <andinus@nand.sh> | 2021-11-02 13:43:28 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-11-02 13:43:28 +0530 |
commit | 31e11e8f2d1cdfbe1d06ad691cc22f582a45c282 (patch) | |
tree | 81c5ce3b3dff6fc243f5d65cc011755fcfc9d019 /META6.json | |
parent | 5721d15df645d19857d68b67273f9bcf625b76fd (diff) | |
download | fornax-31e11e8f2d1cdfbe1d06ad691cc22f582a45c282.tar.gz |
Move to Raku module structure
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" +} |