-
Notifications
You must be signed in to change notification settings - Fork 5
/
META.json
47 lines (47 loc) · 1.23 KB
/
META.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"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.1",
"maintainer": "Maciej Gajewski <[email protected]>",
"license": "postgresql",
"provides": {
"pgbson": {
"abstract": "BSON support for PostgreSQL",
"file": "pgbson/pgbson_exports.cpp",
"docfile": "README.md",
"version": "1.0.1"
}
},
"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"
]
}