aboutsummaryrefslogtreecommitdiff
path: root/META6.json
blob: beae01e87d64703257a8d911c568aa424e611d13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "api": "0",
  "auth": "",
  "authors": [
    "Patrick Spek <p.spek@tyil.nl>"
  ],
  "depends": [
    "Log:auth<cpan:TYIL>"
  ],
  "description": "A simple logging library for Raku",
  "license": "AGPL-3.0",
  "name": "Log::Simple",
  "perl": "6.d",
  "provides": {
    "Log::Simple": "lib/Log/Simple.rakumod"
  },
  "source-url": "https://home.tyil.nl/git/raku/Log::Simple/",
  "version": "0.1.0"
}