-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA6.json
66 lines (64 loc) · 1.49 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
59
60
61
62
63
64
65
{
"perl" : "6.*",
"name" : "CCLog",
"auth" : "github:ccworld1000, ccworld1000@gmail.com, 2291108617@qq.com",
"api" : "*",
"version" : "0.0.6",
"description" : "CCLog Simple and lightweight cross-platform logs, easy-to-use simple learning, and support for multiple languages, such as C, C++, Perl 6, shell, Objective-C, support ios, osx, watchos, tvos, pod .",
"authors" : [ "youhua deng (deng you hua | CC)" ],
"license" : "GPL-2.0",
"provides" : {
"CCLog" : "CCLog/lib/CCLog.pm6",
"CCLogFull" : "CCLog/lib/CCLogFull.pm6"
},
"depends" : [ "NativeCall" ],
"build-depends" : [ ],
"test-depends" : [ ],
"resources" : [
"libCCLog.dylib",
"libCCLog.so"
],
"tags": [
"CCLog",
"CCLogFull",
"log",
"colorlog",
"debug",
"colordebug",
"C",
"C++",
"Perl 6",
"shell",
"Objective-C",
"NativeCall",
"ios",
"osx",
"watchos",
"tvos",
"pod",
"Raku",
"Perl 6",
"ccnormal",
"CCLog_normal",
"ccwarning",
"CCLog_warning",
"ccerror",
"CCLog_error",
"cctimer",
"CCLog_timer",
"ccloop",
"CCLog_loop",
"ccthread",
"CCLog_thread",
"ccprint",
"CCLog_print",
"ccsay",
"CCLog_say",
"ccdie",
"CCLog_die",
"ccnetwork",
"CCLog_network",
"cross-platform"
],
"source-url" : "https://github.com/ccworld1000/CCLog.git"
}