-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathMETA6.json
37 lines (37 loc) · 1.02 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
{
"auth": "zef:raku-community-modules",
"authors": [
"Raku community"
],
"build-depends": [
],
"depends": [
],
"description": "A URI implementation using Raku grammars to implement RFC 3986 BNF",
"license": "Artistic-2.0",
"meta-version": 1,
"name": "URI",
"provides": {
"IETF::RFC_Grammar": "lib/IETF/RFC_Grammar.rakumod",
"IETF::RFC_Grammar::IPv6": "lib/IETF/RFC_Grammar/IPv6.rakumod",
"IETF::RFC_Grammar::URI": "lib/IETF/RFC_Grammar/URI.rakumod",
"URI": "lib/URI.rakumod",
"URI::DefaultPort": "lib/URI/DefaultPort.rakumod",
"URI::Escape": "lib/URI/Escape.rakumod",
"URI::Path": "lib/URI/Path.rakumod",
"URI::Query": "lib/URI/Query.rakumod"
},
"raku": "6.d",
"resources": [
],
"source-url": "https://github.com/raku-community-modules/URI.git",
"support": {
"bugtracker": "https://github.com/raku-community-modules/URI/issues",
"source": "https://github.com/raku-community-modules/URI.git"
},
"tags": [
],
"test-depends": [
],
"version": "0.3.8"
}