4 "summary": "C bindings for Google's Protocol Buffers",
7 "Maximilian Szengel": "m@maxsz.de"
10 "git": "https://github.com/protobuf-c/protobuf-c.git",
13 "homepage": "https://github.com/protobuf-c/protobuf-c",
18 "source_files": "protobuf-c/*.{h,c}",
19 "header_mappings_dir": "./",
20 "prefix_header_contents": [
21 "#define HAVE_ALLOCA_H 1",
22 "#define HAVE_MALLOC_H 1",
23 "#define HAVE_SYS_POLL_H 1",
24 "#define HAVE_SYS_SELECT_H 1",
25 "#define HAVE_INTTYPES_H 1",
26 "#define HAVE_SYS_UIO_H 1",
27 "#define HAVE_UNISTD_H 1",
30 "requires_arc": false,
32 "GCC_WARN_64_TO_32_BIT_CONVERSION": "NO"