-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclib.json
40 lines (40 loc) · 1.43 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
{
"name" : "mulle-sprintf",
"version" : "3.2.1",
"description" : "🔢 An extensible sprintf function supporting stdarg and mulle-vararg",
"keywords" : [],
"license" : "BSD-3-Clause",
"repo" : "mulle-c/mulle-sprintf",
"src" : [
"src/functions/mulle-sprintf-character.c",
"src/functions/mulle-sprintf-character.h",
"src/functions/mulle-sprintf-escape.c",
"src/functions/mulle-sprintf-escape.h",
"src/functions/mulle-sprintf-fp.c",
"src/functions/mulle-sprintf-fp.h",
"src/functions/mulle-sprintf-integer.c",
"src/functions/mulle-sprintf-integer.h",
"src/functions/mulle-sprintf-pointer.c",
"src/functions/mulle-sprintf-pointer.h",
"src/functions/mulle-sprintf-return.c",
"src/functions/mulle-sprintf-return.h",
"src/functions/mulle-sprintf-string.c",
"src/functions/mulle-sprintf-string.h",
"src/generic/include-private.h",
"src/generic/include.h",
"src/mulle-sprintf-function.c",
"src/mulle-sprintf-function.h",
"src/mulle-sprintf-standalone.c",
"src/mulle-sprintf.c",
"src/mulle-sprintf.h",
"src/reflect/_mulle-sprintf-include-private.h",
"src/reflect/_mulle-sprintf-include.h",
"src/reflect/_mulle-sprintf-versioncheck.h"
],
"dependencies" : {
"mulle-c/mulle-buffer": "*",
"mulle-c/mulle-utf": "*",
"mulle-c/mulle-vararg": "*",
"mulle-concurrent/mulle-thread": "*"
}
}