4 "summary": "Apache Avro is a data serialization system.",
5 "description": "\t\t\t\t\t\t Apache Avro is a data serialization system.\n\t\t\t\t\t\t \n\t\t\t\t\t\t Avro-C provides:\n\t\t\t\t\t\t \n\t\t\t\t\t\t * Rich data structures.\n\t\t\t\t\t\t * A compact, fast, binary data format.\n\t\t\t\t\t\t * A container file, to store persistent data.\n",
6 "homepage": "http://avro.apache.org/",
8 "type": "Apache License, Version 2.0",
11 "authors": "Apache Software Foundation",
13 "git": "https://github.com/apache/avro.git",
14 "tag": "release-1.7.6"
21 "source_files": "lang/c/src/**/*.{h,c}",
22 "header_mappings_dir": "lang/c/src",
23 "exclude_files": "lang/c/src/schema_specific.c",
24 "prefix_header_contents": "\t\t\t\t\t\t\t\t#if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 1050 \n\t\t\t\t\t\t\t\t\t#define AVRO_NON_ATOMIC_REFCOUNT 1\n\t\t\t\t\t\t\t\t#endif\n\n",