-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathMETA.json
37 lines (37 loc) · 932 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
36
37
{
"name": "pgfaceting",
"abstract": "Quickly calculate facet counts using inverted index built with roaring bitmaps.",
"description": "",
"version": "0.2.0",
"maintainer": [
"Ants Aasma <ants@cybertec.at>"
],
"license": "bsd",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "11.0"
}
}
},
"provides": {
"pgfaceting": {
"file": "sql/pgfaceting--0.1.0.sql",
"docfile" : "README.md",
"version": "0.2.0"
}
},
"resources": {
"repository": {
"url": "https://github.com/cybertec-postgresql/pgfaceting.git",
"web": "https://github.com/cybertec-postgresql/pgfaceting",
"type": "git"
}
},
"tags" : ["count", "aggregate", "performance", "bitmap"],
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"release_status" : "unstable"
}