aboutsummaryrefslogtreecommitdiff
path: root/META6.json
blob: f2a2d580040d217ef8b2aaa9cd8c27da7c12ad29 (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.1"
}