-
Notifications
You must be signed in to change notification settings - Fork 2
/
META6.json
27 lines (27 loc) · 1.14 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
{
"name" : "Net::HTTP",
"version" : "0.1.0",
"auth" : "github:ugexe",
"authors" : ["ugexe"],
"description" : "Roll your own http client",
"license" : "Artistic-2.0",
"provides" : {
"Net::HTTP::Client" : "lib/Net/HTTP/Client.rakumod",
"Net::HTTP::Dialer" : "lib/Net/HTTP/Dialer.rakumod",
"Net::HTTP::GET" : "lib/Net/HTTP/GET.rakumod",
"Net::HTTP::Interfaces" : "lib/Net/HTTP/Interfaces.rakumod",
"Net::HTTP::POST" : "lib/Net/HTTP/POST.rakumod",
"Net::HTTP::Request" : "lib/Net/HTTP/Request.rakumod",
"Net::HTTP::Response" : "lib/Net/HTTP/Response.rakumod",
"Net::HTTP::Transport" : "lib/Net/HTTP/Transport.rakumod",
"Net::HTTP::URL" : "lib/Net/HTTP/URL.rakumod",
"Net::HTTP::Utils" : "lib/Net/HTTP/Utils.rakumod"
},
"depends" : [ ],
"test-depends" : [ "Test:ver<6.c+>" ],
"tags" : [ "HTTP", "Client" ],
"support" : {
"bugtracker" : "https://github.com/ugexe/Raku-Net--HTTP/issues",
"source" : "https://github.com/ugexe/Raku-Net--HTTP.git"
}
}