aboutsummaryrefslogtreecommitdiff
path: root/META6.json
blob: 0f76b5032523c914a2f2a6d91a64484d0b8e4d8a (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"
  ],
  "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"
}