-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMETA.json
41 lines (40 loc) · 1.09 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": "istore",
"abstract": "An integer -> integer key/value store for analytic workloads",
"version": "0.1.12",
"maintainer" : [
"adjustgmbh"
],
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"provides": {
"istore": {
"file": "sql/istore.sql",
"version": "0.1.12",
"abstract": "An integer -> integer key/value store for analytic workloads"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"description": "istore provides a key/valyue store of ints to ints. This is useful for analytic workloads where istore can efficiently store sparse integer arrays.",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "10.0.0"
}
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/adjust/istore/issues"
},
"repository": {
"url": "git://github.com/adjust/istore.git",
"web": "http://github.com/adjust/istore",
"type": "git"
}
}
}