-
Notifications
You must be signed in to change notification settings - Fork 5
/
META.json
40 lines (40 loc) · 1016 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
38
39
40
{
"name": "wltree",
"abstract": "This is adevens patched version of Postgres ltree module",
"version": "0.2.0",
"maintainer" : [
"adjustgmbh"
],
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"provides": {
"wltree": {
"file": "sql/pg_lock_pool.sql",
"version": "0.2.0",
"abstract": "This is adevens patched version of Postgres ltree module"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"description": "This is adevens patched version of Postgres ltree module",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "10.0.0"
}
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/adjust/wltree/issues"
},
"repository": {
"url": "git://github.com/adjust/wltree.git",
"web": "http://github.com/adjust/wltree",
"type": "git"
}
}
}