-
Notifications
You must be signed in to change notification settings - Fork 3
/
META.json
48 lines (48 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
39
40
41
42
43
44
45
46
47
48
{
"name": "parray_gin",
"abstract": "GIN partial array match",
"description": "Extension parray_gin provides GIN index and operator support for arrays with partial match.",
"version": "1.3.9",
"maintainer": [
"Eugene Seliverstov <[email protected]>"
],
"license": "postgresql",
"provides": {
"parray_gin": {
"file": "sql/parray_gin.sql",
"docfile": "doc/parray_gin.md",
"version": "1.3.9"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.1.0"
}
},
"test": {
"requires": {
"plpgsql": 0
}
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/theirix/parray_gin/issues/"
},
"repository": {
"url": "git://github.com/theirix/parray_gin.git",
"web": "http://github.com/theirix/parray_gin/",
"type": "git"
}
},
"generated_by": "Eugene Seliverstov",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"gin",
"index"
]
}