aboutsummaryrefslogtreecommitdiff
path: root/META6.json
blob: f938a5af2c261efdebe016da4f3168f080b968ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "api": "0",
  "authors": [
    "Patrick Spek <p.spek@tyil.work>"
  ],
  "depends": [
    
  ],
  "description": "A Perl 6 library to handle URLs",
  "license": "AGPL-3.0",
  "meta-version": 0,
  "name": "URL",
  "perl": "6.d",
  "provides": {
    "URL": "lib/URL.pm6",
    "URL::Grammar": "lib/URL/Grammar.pm6",
    "URL::Grammar::Actions": "lib/URL/Grammar/Actions.pm6"
  },
  "resources": [
    
  ],
  "source-url": "https://git.tyil.nl/perl6/url",
  "tags": [
    
  ],
  "version": "0.1.0"
}