-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathMETA.json
35 lines (35 loc) · 853 Bytes
/
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
{
"name": "aggs_for_vecs",
"abstract": "Aggregate functions for vectors (arrays) of numbers",
"version": "1.3.2",
"maintainer": "Paul A. Jungwirth <[email protected]>",
"license": "mit",
"provides": {
"aggs_for_vecs": {
"abstract": "Aggregate functions for vectors (arrays) of numbers",
"file": "aggs_for_vecs--1.3.2.sql",
"docfile": "README.md",
"version": "1.3.2"
}
},
"resources": {
"repository": {
"url": "git://github.com/pjungwir/aggs_for_vecs.git",
"web": "https://github.com/pjungwir/aggs_for_vecs",
"type": "git"
}
},
"generated_by": "Paul A. Jungwirth",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"math",
"arithmetic",
"arrays",
"vectors",
"aggregates",
"statistics"
]
}