-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathMETA6.json
39 lines (39 loc) · 1.41 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
{
"meta-version" : "1",
"perl" : "6.d",
"name" : "LibCurl",
"api" : "1",
"version" : "1.5",
"auth" : "github:CurtTilmes",
"description" : "Raku bindings for LibCurl",
"authors" : [ "Curt Tilmes <[email protected]>" ],
"license" : "NASA-1.3",
"test-depends" : [ "Test", "Test::When" ],
"depends" : {
"runtime": {
"requires": [
"NativeCall",
"NativeLibs:ver<0.0.7+>:auth<github:salortiz>",
"JSON::Fast",
"curl:from<native>:ver<4>"
]
},
"test": {
"requires": [ "Test", "Test::When" ]
}
},
"provides" : {
"LibCurl::EasyHandle" : "lib/LibCurl/EasyHandle.rakumod",
"LibCurl::MultiHandle" : "lib/LibCurl/MultiHandle.rakumod",
"LibCurl::Easy" : "lib/LibCurl/Easy.rakumod",
"LibCurl::Multi" : "lib/LibCurl/Multi.rakumod",
"LibCurl::HTTP" : "lib/LibCurl/HTTP.rakumod",
"LibCurl::REST" : "lib/LibCurl/REST.rakumod"
},
"tags" : [ "LibCurl", "Curl", "HTTP", "FTP", "REST" ],
"support" : {
"email" : "[email protected]",
"source" : "https://github.com/CurtTilmes/raku-libcurl.git",
"bugtracker" : "https://github.com/CurtTilmes/raku-libcurl.git"
}
}