blob: a1779fceeb4eb81139a682299a84535a8b59b490 [file] [log] [blame]
{
"name": "mongo-c-driver",
"version": "1.1.11",
"summary": "A high-performance MongoDB driver for C.",
"description": "mongo-c-driver is a client library written in C for MongoDB.",
"homepage": "https://github.com/mongodb/mongo-c-driver",
"license": {
"type": "Apache License, Version 2.0",
"file": "COPYING"
},
"authors": "10gen",
"social_media_url": "http://twitter.com/mongodb",
"source": {
"git": "https://github.com/mongodb/mongo-c-driver.git",
"tag": "1.1.11"
},
"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",
"module_name": "mongo",
"preserve_paths": "src/mongoc/*.{def,defs}",
"compiler_flags": "-DMONGOC_COMPILATION",
"requires_arc": false,
"dependencies": {
"libbson": [
"~> 1.1.11"
]
}
}