-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMETA.json
40 lines (38 loc) · 1.16 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": "financial",
"abstract": "Financial aggregate functions",
"description": "Functions and aggregates for financial calculations",
"version": "1.0.1",
"release_status": "stable",
"maintainer": "Marti Raudsepp <[email protected]>",
"generated_by": "Marti Raudsepp <[email protected]>",
"provides": {
"financial": {
"abstract": "Financial aggregate functions",
"file": "sql/financial.sql",
"docfile": "README.md",
"version": "1.0.1"
}
},
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence/"
},
"tags": [
"financial", "finance", "rate of return", "xirr", "aggregate",
"functions", "excel", "investment"
],
"resources": {
"bugtracker": {
"web": "https://bitbucket.org/intgr/pg_financial/issues"
},
"repository": {
"url": "https://bitbucket.org/intgr/pg_financial.git",
"web": "https://bitbucket.org/intgr/pg_financial",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
}
}