aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json50
1 files changed, 26 insertions, 24 deletions
diff --git a/META6.json b/META6.json
index 6b6b61b..33b7095 100644
--- a/META6.json
+++ b/META6.json
@@ -1,26 +1,28 @@
{
- "perl" : "6.c",
- "name" : "IRC::Client",
- "license" : "Artistic-2.0",
- "version" : "3.007011",
- "description" : "Extendable Internet Relay Chat client",
- "tags" : [ "Net", "IRC" ],
- "depends" : [
- "IO::Socket::Async::SSL"
- ],
- "test-depends" : [
- "Test",
- "Test::When",
- "Test::Notice"
- ],
- "provides" : {
- "IRC::Client" : "lib/IRC/Client.pm6",
- "IRC::Client::Plugin" : "lib/IRC/Client.pm6",
- "IRC::Client::Message" : "lib/IRC/Client/Message.pm6",
- "IRC::Client::Grammar" : "lib/IRC/Client/Grammar.pm6",
- "IRC::Client::Grammar::Actions" : "lib/IRC/Client/Grammar/Actions.pm6",
- "IRC::Client::Server" : "lib/IRC/Client/Server.pm6"
- },
- "authors" : ["Zoffix Znet"],
- "support" : {"source" : "https://github.com/zoffixznet/perl6-IRC-Client.git"}
+ "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"
}