{ "name": "pgbson", "abstract": "BSON support for PostgreSQL", "description": "This PostgreSQL extension brings BSON data type, together with functions to create, inspect and manipulate BSON objects.", "version": "1.0.0", "maintainer": "Maciej Gajewski ", "license": "postgresql", "provides": { "pgbson": { "abstract": "BSON support for PostgreSQL", "file": "pgbson/pgbson_exports.cpp", "docfile": "README.md", "version": "1.0.0" } }, "prereqs": { "runtime": { "requires": { "PostgreSQL": "9.2.0" } } }, "resources": { "bugtracker": { "web": "https://github.com/maciekgajewski/postgresbson/issues/" }, "repository": { "url": "https://github.com/maciekgajewski/postgresbson.git", "web": "https://github.com/maciekgajewski/postgresbson/", "type": "git" } }, "no_index": { "directory": [ "pgbson/mongo-cxx-driver-v2.4" ] }, "generated_by": "David E. Wheeler", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "json", "bson", "data type", "mongodb" ] }