-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMETA.json
53 lines (53 loc) · 1.42 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
48
49
50
51
52
53
{
"name": "pg_xenophile",
"tags": [
"function",
"functions",
"i18n",
"l10n",
"plpgsql",
"table"
],
"license": "postgresql",
"prereqs": {
"test": {
"requires": {
"pgtap": 0
}
},
"runtime": {
"requires": {
"hstore": 0
}
}
},
"version": "0.8.3",
"abstract": "More than the bare necessities for i18n.",
"provides": {
"pg_xenophile": {
"file": "pg_xenophile--0.8.3.sql",
"docfile": "README.md",
"version": "0.8.3"
}
},
"meta-spec": {
"url": "https://pgxn.org/spec/",
"version": "1.0.0"
},
"resources": {
"homepage": "https://blog.bigsmoke.us/tag/pg_xenophile",
"bugtracker": {
"web": "https://github.com/bigsmoke/pg_xenophile/issues"
},
"repository": {
"url": "https://github.com/bigsmoke/pg_xenophile.git",
"web": "https://github.com/bigsmoke/pg_xenophile",
"type": "git"
}
},
"maintainer": [
"Rowan Rodrik van der Molen <rowan@bigsmoke.us>"
],
"description": "The pg_xenophile extension provides more than the bare necessities for working with different countries, currencies, languages, and translations.",
"generated_by": "`select pg_xenophile_meta_pgxn()`"
}