-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMETA.json
39 lines (39 loc) · 1.03 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
{
"name": "byteamagic",
"abstract": "extension to determinate the filetypes of bytea BLOBs",
"description": "extension to determinate the filetypes of bytea BLOBs",
"version": "0.2.4",
"maintainer": [
"Nico Mandery <[email protected]>"
],
"license": "bsd",
"provides": {
"byteamagic": {
"abstract": "extension to determinate the filetypes of bytea BLOBs",
"file": "sql/byteamagic.sql",
"docfile": "doc/byteamagic.md",
"version": "0.2.4"
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/nmandery/pg_byteamagic/issues/"
},
"repository": {
"url": "git://github.com/nmandery/pg_byteamagic.git",
"web": "http://github.com/nmandery/pg_byteamagic/",
"type": "git"
}
},
"generated_by": "Nico Mandery",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"mimetype",
"byteamagic",
"bytea",
"file type determination"
]
}