-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMETA6.json
26 lines (26 loc) · 877 Bytes
/
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
{
"perl" : "6.c",
"name" : "NativeHelpers::Blob",
"version" : "0.1.12",
"auth" : "github:salortiz",
"description" : "NativeCall utilities for work with Blob and CArray",
"depends" : [ ],
"build-depends" : [ ],
"provides" : {
"NativeHelpers::Blob" : "lib/NativeHelpers/Blob.pm6",
"NativeHelpers::CStruct" : "lib/NativeHelpers/CStruct.pm6",
"NativeHelpers::Pointer" : "lib/NativeHelpers/Pointer.pm6",
"MoarVM::Guts::REPRs" : "lib/MoarVM/Guts/REPRs.pm6"
},
"repo-type" : "git",
"source-url": "git://github.com/salortiz/NativeHelpers-Blob.git",
"authors" : "Salvador Ortiz <sortiz@cpan.com>",
"license" : "Artistic-2.0",
"support" : {
"email" : "sog@msg.mx",
"source" : "https://github.com/salortiz/NativeHelpers-Blob.git"
},
"tags" : [
"NativeCall", "MoarVM", "Utilities", "Blob", "CArray", "Pointer"
]
}