-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMETA.json
More file actions
33 lines (33 loc) · 764 Bytes
/
META.json
File metadata and controls
33 lines (33 loc) · 764 Bytes
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
{
"name": "range_agg",
"abstract": "Merge adjacent/overlapping ranges",
"version": "1.2.1",
"maintainer": "Paul A. Jungwirth <pj@illuminatedcomputing.com>",
"license": "mit",
"provides": {
"range_agg": {
"abstract": "Merge adjacent/overlapping ranges",
"file": "range_agg--1.2.1.sql",
"docfile": "README.md",
"version": "1.2.1"
}
},
"resources": {
"repository": {
"url": "git://github.com/pjungwir/range_agg.git",
"web": "https://github.com/pjungwir/range_agg",
"type": "git"
}
},
"generated_by": "Paul A. Jungwirth",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"arrays",
"ranges",
"aggregates",
"temporal"
]
}