aboutsummaryrefslogtreecommitdiff
path: root/META6.json
blob: 09c417326eb44fc3590212b6aff5b84641b72423 (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": [
    "JSON::Fast",
    "Log:auth<cpan:TYIL>"
  ],
  "description": "A Log implementation with JSON formatted output",
  "license": "LGPL-3.0-only",
  "name": "Log::JSON",
  "perl": "6.d",
  "provides": {
    "Log::JSON": "lib/Log/JSON.rakumod"
  },
  "source-url": "https://home.tyil.nl/git/raku/Log::JSON/",
  "version": "0.2.0"
}