forked from Kozea/weighted_mean
-
Notifications
You must be signed in to change notification settings - Fork 1
/
META.json
38 lines (38 loc) · 1.02 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
{
"name": "weighted_stats",
"abstract": "Weighted stats aggregate functions.",
"description": "This library contains a single PostgreSQL extension, aggregate functions which include weighting.",
"version": "1.0.0",
"maintainer": [
"David Fetter <david@fetter.org>"
],
"license": "postgresql",
"provides": {
"weighted_stats": {
"abstract": "Weighted aggregate functions",
"file": "sql/weighted_stats.sql",
"docfile": "doc/weighted_stats.md",
"version": "1.0.0"
}
},
"resources": {
"repository": {
"url": "git://github.com/davidfetter/weighted_stats.git",
"web": "git://github.com/davidfetter/weighted_stats/",
"type": "git"
}
},
"generated_by": "David Fetter",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"aggregate function",
"weighted stats",
"mean",
"average",
"standard deviation",
"std_dev"
]
}