4 "summary": "Debug mode log/assertion macro for c/objc in a file.",
5 "description": " Debug log/assertion macro collections for debug mode only.\n Append file, line, time to macro\n \n * dprintf as printf/NSLog wrapper\n * dassert as asssert wrapper\n * dlog for conditional dprintf\n * dassertlog for assertion after log\n * Everythings are activated when debug mode only\n",
6 "homepage": "https://github.com/youknowone/cdebug",
8 "type": "2-clause BSD",
12 "Jeong YunWon": "jeong@youknowone.org"
15 "git": "https://github.com/youknowone/cdebug.git",
22 "public_header_files": "debug.h",
23 "prefix_header_contents": "#include <cdebug/debug.h>",