From b6da79a0bc1289f2a6064a6b3ffcd0c2333f2c97 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 5 May 2021 11:03:32 +0200 Subject: Initial commit --- META6.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 META6.json (limited to 'META6.json') diff --git a/META6.json b/META6.json new file mode 100644 index 0000000..33b7095 --- /dev/null +++ b/META6.json @@ -0,0 +1,28 @@ +{ + "api": "0", + "auth": "cpan:TYIL", + "authors": [ + "Patrick Spek <~tyil/raku-devel@lists.sr.ht>" + ], + "depends": [ + "IRC::Grammar" + ], + "description": "My own take on the IRC::Client module", + "license": "AGPL-3.0", + "meta-version": 0, + "name": "IRC::Client", + "perl": "6.d", + "provides": { + "IRC::Client": "lib/IRC/Client.rakumod", + "IRC::Client::Core": "lib/IRC/Client/Core.rakumod", + "IRC::Client::Handler": "lib/IRC/Client/Handler.rakumod", + "IRC::Client::Message": "lib/IRC/Client/Message.rakumod", + "IRC::Client::Plugin": "lib/IRC/Client/Plugin.rakumod" + }, + "resources": [ + ], + "source-url": "", + "tags": [ + ], + "version": "0.0.0" +} -- cgit v1.1