-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclib.json
30 lines (30 loc) · 1010 Bytes
/
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
{
"name" : "mulle-testallocator",
"version" : "5.0.2",
"description" : "🔄 C memory leak and double free checking",
"keywords" : [],
"license" : "BSD-3-Clause",
"repo" : "mulle-core/mulle-testallocator",
"src" : [
"src/generic/include-private.h",
"src/generic/include.h",
"src/mulle-testallocator-standalone.c",
"src/mulle-testallocator-struct.h",
"src/mulle-testallocator.c",
"src/mulle-testallocator.h",
"src/pointerarray.h",
"src/pointerset.h",
"src/reflect/_mulle-testallocator-include-private.h",
"src/reflect/_mulle-testallocator-include.h",
"src/reflect/_mulle-testallocator-provide.h",
"src/reflect/_mulle-testallocator-versioncheck.h"
],
"dependencies" : {
"mulle-concurrent/mulle-thread": "*",
"mulle-c/mulle-allocator": "*",
"mulle-core/mulle-stacktrace": "*",
"mulle-core/mulle-atinit": "*",
"mulle-core/mulle-atexit": "*",
"mulle-core/mulle-dlfcn": "*"
}
}