blob: 765ab60578d67c79623be3f8f70ba425f60edf52 [file] [log] [blame]
{
"name": "mongo-c-driver",
"version": "1.1.2",
"summary": "A high-performance MongoDB driver for C.",
"description": "https://github.com/mongodb/mongo-c-driver#mongo-c-driver",
"homepage": "https://github.com/mongodb/mongo-c-driver",
"license": {
"type": "Apache License, Version 2.0",
"file": "COPYING"
},
"authors": "MongoDB",
"social_media_url": "http://twitter.com/mongodb",
"source": {
"git": "https://github.com/mongodb/mongo-c-driver.git",
"tag": "1.1.2"
},
"prepare_command": "./autogen.sh && ./configure --with-libbson=no --enable-ssl=no --enable-sasl=no",
"source_files": "src/mongoc/*.{c,h}",
"header_mappings_dir": "src",
"private_header_files": "src/mongoc/*-private.h",
"preserve_paths": "src/mongoc/*.{def,defs}",
"compiler_flags": "-DMONGOC_COMPILATION",
"requires_arc": false,
"dependencies": {
"libbson": [
"~> 1.1.2"
]
}
}