4 "summary": "A BSON utility library.",
5 "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",
6 "homepage": "https://github.com/mongodb/libbson",
8 "type": "Apache License, Version 2.0",
12 "social_media_url": "http://twitter.com/mongodb",
14 "git": "https://github.com/mongodb/libbson.git",
17 "prepare_command": "./autogen.sh && ./configure",
22 "header_mappings_dir": "src",
23 "private_header_files": "src/bson/*-private.h",
24 "compiler_flags": "-DBSON_COMPILATION",