From a5c540608c469a2797262facb766e175b932f0e2 Mon Sep 17 00:00:00 2001 From: Andinus Date: Tue, 19 Jan 2021 21:53:16 +0530 Subject: Re-structure for CPAN upload, include a dictionary file bin/octans calls lib/Octans/CLI.rakumod which has the MAIN subroutine. --- META6.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 META6.json (limited to 'META6.json') diff --git a/META6.json b/META6.json new file mode 100644 index 0000000..9a49e7f --- /dev/null +++ b/META6.json @@ -0,0 +1,29 @@ +{ + "name" : "octans", + "auth" : "github:andinus", + "version" : "0.1.0", + "description" : "Octans is a program to solve Algot's Wordplay (Wordsearch) puzzles", + "authors" : [ "Andinus " ], + "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::RangeSearch" : "lib/Octans/RangeSearch.rakumod", + "Octans::WordSearch" : "lib/Octans/WordSearch.rakumod" + }, + "depends" : [ + "WWW:ver<1.005006>:auth" + ], + "build-depends" : [ ], + "test-depends" : [ ], + "resources" : [ + "mwords/354984si.ngl", + "mwords/readme.txt" + ], + "tags": [ + "Octans", "WordPlay" + ], + "source-url" : "https://git.tilde.institute/andinus/octans.git" +} -- cgit 1.4.1-2-gfad0