-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMETA.json
41 lines (40 loc) · 1.14 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
{
"name": "currency",
"abstract": "Enumerable currency list, stored in a single-byte, fixed-length type.",
"version": "0.0.4",
"maintainer" : [
"adjustgmbh"
],
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"provides": {
"currency": {
"file": "sql/pg-currency.sql",
"version": "0.0.4",
"abstract": "Enumerable currency list, stored in a single-byte, fixed-length type."
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"description": "This extnesion effectively provides a currency list as an enumerable one-byte integer, ideal for analytics workloads. The currency list will be updated as needed.",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "10.0.0"
}
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/adjust/pg-currency/issues"
},
"repository": {
"url": "git://github.com/adjust/pg-currency.git",
"web": "http://github.com/adjust/pg-currency ",
"type": "git"
}
}
}