2 "name": "mongo-c-driver",
4 "summary": "A high-performance MongoDB driver for C.",
5 "description": "mongo-c-driver is a client library written in C for MongoDB.",
6 "homepage": "https://github.com/mongodb/mongo-c-driver",
8 "type": "Apache License, Version 2.0",
12 "social_media_url": "http://twitter.com/mongodb",
14 "git": "https://github.com/mongodb/mongo-c-driver.git",
17 "prepare_command": "./autogen.sh && ./configure --with-libbson=no --enable-ssl=no --enable-sasl=no",
18 "source_files": "src/mongoc/*.{c,h}",
19 "header_mappings_dir": "src",
20 "private_header_files": "src/mongoc/*-private.h",
21 "module_name": "mongo",
22 "preserve_paths": "src/mongoc/*.{def,defs}",
23 "compiler_flags": "-DMONGOC_COMPILATION",
24 "requires_arc": false,