-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA6.json
23 lines (23 loc) · 877 Bytes
/
META6.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"license": "BSD-3-Clause",
"repo-type": "git",
"source-url": "git://[email protected]/shuppet/raku-command-despatch.git",
"support": {
"bugtracker": "https://github.com/shuppet/raku-command-despatch/issues",
"source": "https://github.com/shuppet/raku-command-despatch.git"
},
"auth": "github:shuppet",
"provides": {
"Command::Despatch": "lib/Command/Despatch.rakumod",
"Command::Despatch::Command": "lib/Command/Despatch.rakumod",
"X::Command::Despatch::InvalidCommand": "lib/Command/Despatch.rakumod"
},
"name": "Command::Despatch",
"description": "Raku module for parsing generic commands and arguments from a hash table.",
"perl": "6.d",
"version": "0.2",
"authors": [
"Alastair 'altreus' Douglas <[email protected]>",
"Kane 'kawaii' Valentine <[email protected]>"
]
}