blob: 2795218497dd3d34d292a51fe3b9e6f635e0a4b5 [file] [log] [blame]
{
"name": "libbson",
"version": "1.1.0-rc0",
"summary": "A BSON utility library.",
"description": " A library providing useful routines related to building,\n parsing, and iterating BSON documents. It is a useful base\n for those wanting to write high-performance C extensions to\n higher level languages such as python, ruby, or perl.\n",
"homepage": "https://github.com/mongodb/libbson",
"license": {
"type": "Apache License, Version 2.0",
"file": "COPYING"
},
"authors": "10gen",
"social_media_url": "http://twitter.com/mongodb",
"source": {
"git": "https://github.com/mongodb/libbson.git",
"tag": "1.1.0-rc0"
},
"prepare_command": "./autogen.sh && ./configure",
"source_files": [
"src/bson/*.{c,h}",
"src/yajl/*.{c,h}"
],
"header_mappings_dir": "src",
"private_header_files": "src/bson/*-private.h",
"compiler_flags": "-DBSON_COMPILATION",
"requires_arc": false
}