-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
44 lines (44 loc) · 1.12 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
{
"name": "cbor",
"abstract": "A Concise Binary Object Representation data type",
"description": "Provides a data type the enforces the Concise Binary Object Representation format.",
"version": "0.1.0",
"maintainer": [
"Patrick Gansterer <[email protected]>"
],
"license": "postgresql",
"provides": {
"cbor": {
"abstract": "A Concise Binary Object Representation data type",
"file": "sql/cbor.sql",
"docfile": "doc/cbor.md",
"version": "0.1.0"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.4.0"
}
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/paroga/pg-cbor/issues/"
},
"repository": {
"url": "git://github.com/paroga/pg-cbor.git",
"web": "http://github.com/paroga/pg-cbor/",
"type": "git"
}
},
"generated_by": "Patrick Gansterer",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"cbor",
"rfc7049"
]
}