aboutsummaryrefslogtreecommitdiff
path: root/META6.json
blob: 0ccc9516e64e08ed0e502bc76f7a0ecc9fa22b4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "api": "0",
  "auth": "",
  "authors": [
    "Patrick Spek <p.spek@tyil.nl>"
  ],
  "depends": [
    "Log",
    "Terminal::ANSIColor"
  ],
  "description": "A Log implementation with colored output",
  "license": "LGPL-3.0-only",
  "name": "Log::Colored",
  "perl": "6.d",
  "provides": {
    "Log::Colored": "lib/Log/Colored.rakumod"
  },
  "source-url": "https://home.tyil.nl/git/raku/Log::Colored/",
  "version": "0.0.0"
}