aboutsummaryrefslogtreecommitdiff
path: root/META6.json
blob: 8ef9e37af1cbd47eb2de6bde3b5b37e6d847c08c (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://home.tyil.nl/git/raku/IO::Path::XDG/",
  "tags": [
  ],
  "version": "0.2.0"
}