aboutsummaryrefslogtreecommitdiff
path: root/META6.json
blob: a3ee51df9f579f7d0ee06673610135cd1f2e197f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "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::Level": "lib/Log/Level.rakumod"
  },
  "source-url": "https://home.tyil.nl/git/raku/Log/",
  "version": "0.1.0"
}