-
Notifications
You must be signed in to change notification settings - Fork 0
/
META6.json
58 lines (58 loc) · 2.63 KB
/
META6.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"perl" : "v6",
"name" : "URI2",
"version" : "v0.01",
"description" : "URI handling",
"authors" : [ "Justin DeVuyst" ],
"depends" : [],
"provides" : {
"Grammar::RFC3986" : "lib/Grammar/RFC3986.pm6",
"URI2" : "lib/URI2.pm6",
"URI2::Authority" : "lib/URI2/Authority.pm6",
"URI2::Authority::Host" : "lib/URI2/Authority/Host.pm6",
"URI2::Authority::Port" : "lib/URI2/Authority/Port.pm6",
"URI2::Authority::UserInfo" : "lib/URI2/Authority/UserInfo.pm6",
"URI2::AuthorityPart" : "lib/URI2/AuthorityPart.pm6",
"URI2::Escape" : "lib/URI2/Escape.pm6",
"URI2::FTP" : "lib/URI2/FTP.pm6",
"URI2::Fragment" : "lib/URI2/Fragment.pm6",
"URI2::FragmentPart" : "lib/URI2/FragmentPart.pm6",
"URI2::HTTP" : "lib/URI2/HTTP.pm6",
"URI2::HTTPS" : "lib/URI2/HTTPS.pm6",
"URI2::IndependentScheme" : "lib/URI2/IndependentScheme.pm6",
"URI2::LDAP" : "lib/URI2/LDAP.pm6",
"URI2::LDAP::Path" : "lib/URI2/LDAP/Path.pm6",
"URI2::LDAP::Path::Segment" : "lib/URI2/LDAP/Path/Segment.pm6",
"URI2::LDAP::PathPart" : "lib/URI2/LDAP/PathPart.pm6",
"URI2::MailTo" : "lib/URI2/MailTo.pm6",
"URI2::MailTo::Path" : "lib/URI2/MailTo/Path.pm6",
"URI2::MailTo::Path::Segment" : "lib/URI2/MailTo/Path/Segment.pm6",
"URI2::MailTo::PathPart" : "lib/URI2/MailTo/PathPart.pm6",
"URI2::News" : "lib/URI2/News.pm6",
"URI2::Out" : "lib/URI2/Out.pm6",
"URI2::Path" : "lib/URI2/Path.pm6",
"URI2::Path::Segment" : "lib/URI2/Path/Segment.pm6",
"URI2::PathPart" : "lib/URI2/PathPart.pm6",
"URI2::Query" : "lib/URI2/Query.pm6",
"URI2::QueryPart" : "lib/URI2/QueryPart.pm6",
"URI2::Scheme" : "lib/URI2/Scheme.pm6",
"URI2::SchemePart" : "lib/URI2/SchemePart.pm6",
"URI2::Tel" : "lib/URI2/Tel.pm6",
"URI2::Tel::Path" : "lib/URI2/Tel/Path.pm6",
"URI2::Tel::Path::Segment" : "lib/URI2/Tel/Path/Segment.pm6",
"URI2::Tel::PathPart" : "lib/URI2/Tel/PathPart.pm6",
"URI2::Telnet" : "lib/URI2/Telnet.pm6",
"URI2::URN" : "lib/URI2/URN.pm6",
"URI2::URN::Path" : "lib/URI2/URN/Path.pm6",
"URI2::URN::Path::Segment" : "lib/URI2/URN/Path/Segment.pm6",
"URI2::URN::PathPart" : "lib/URI2/URN/PathPart.pm6",
"URI2::Value" : "lib/URI2/Value.pm6"
},
"support" : {
"email" : "justin@devuyst.com",
"bugtracker" : "https://github.com/jdv/p6-uri2/issues",
"source" : "https://github.com/jdv/p6-uri2.git",
"irc" : "irc://irc.freenode.net/perl6"
},
"license" : "artistic_2"
}