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