-
Notifications
You must be signed in to change notification settings - Fork 2
/
clib.json
52 lines (52 loc) · 1.05 KB
/
clib.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
{
"name": "libssc",
"repo": "socketsupply/libssc",
"version": "0.0.0",
"description": "Socket SDK client library written in C99.",
"keywords": [
"socket",
"supply",
"client",
"framework",
"library",
"libssc"
],
"license": "MIT",
"src": [
"include/ssc/buffer.h",
"include/ssc/callsite.h",
"include/ssc/error.h",
"include/ssc/init.h",
"include/ssc/ipc.h",
"include/ssc/log.h",
"include/ssc/loop.h",
"include/ssc/math.h",
"include/ssc/ssc.h",
"include/ssc/platform.h",
"include/ssc/pool.h",
"include/ssc/pp.h",
"include/ssc/print.h",
"include/ssc/result.h",
"include/ssc/string.h",
"include/ssc/system.h",
"include/ssc/test.h",
"include/ssc/uri.h",
"include/ssc/utf8.h",
"src/buffer.c",
"src/error.c",
"src/init.c",
"src/ipc.c",
"src/log.c",
"src/math.c",
"src/pool.c",
"src/result.c",
"src/string.c",
"src/system.c",
"src/uri.c",
"src/utf8.c"
],
"development": {},
"dependencies": {
"flag": "0.1.0"
}
}