aboutsummaryrefslogtreecommitdiff
path: root/META6.json
blob: 40f7068c56496159a23aea6f4ef5551e9a4a053a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "api": "0",
  "auth": "cpan:TYIL",
  "authors": [
    "Patrick Spek <p.spek@tyil.nl>"
  ],
  "description": "An interface for logging mechanisms to adhere to",
  "license": "LGPL-3.0-only",
  "name": "Log",
  "perl": "6.d",
  "provides": {
    "Log": "lib/Log.rakumod",
    "Log::Implementation": "lib/Log/Implementation.rakumod",
    "Log::Level": "lib/Log/Level.rakumod"
  },
  "source-url": "https://home.tyil.nl/git/raku/Log/",
  "version": "0.3.0"
}