aboutsummaryrefslogtreecommitdiff
path: root/META6.json
blob: 9479196c97dc8d60b5b17e5619cbd52e924bab80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "api": "0",
  "authors": [
    "Patrick Spek <p.spek@tyil.work>"
  ],
  "depends": [
  ],
  "description": "Convenience functions for working with the XDG Base Directory Specification",
  "license": "AGPL-3.0",
  "meta-version": 0,
  "name": "IO::Path::XDG",
  "perl": "6.d",
  "provides": {
    "IO::Path::XDG": "lib/IO/Path/XDG.rakumod"
  },
  "resources": [
  ],
  "source-url": "https://git.tyil.nl/raku/io-path-xdg/",
  "tags": [
  ],
  "version": "0.2.1"
}