File tree 1 file changed +41
-0
lines changed
1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " wltree" ,
3
+ "author" : " adjustgmbh" ,
4
+ "abstract" : " This is adevens patched version of Postgres ltree module" ,
5
+ "version" : " 2.0" ,
6
+ "maintainer" : [
7
+ " adjustgmbh"
8
+ ],
9
+ "license" : {
10
+ "PostgreSQL" : " http://www.postgresql.org/about/licence"
11
+ },
12
+ "provides" : {
13
+ "wltree" : {
14
+ "file" : " sql/pg_lock_pool.sql" ,
15
+ "version" : " 2.0" ,
16
+ "abstract" : " This is adevens patched version of Postgres ltree module"
17
+ }
18
+ },
19
+ "meta-spec" : {
20
+ "version" : " 1.0.0" ,
21
+ "url" : " http://pgxn.org/meta/spec.txt"
22
+ },
23
+ "description" : " This is adevens patched version of Postgres ltree module" ,
24
+ "prereqs" : {
25
+ "runtime" : {
26
+ "requires" : {
27
+ "PostgreSQL" : " 10.0.0"
28
+ }
29
+ }
30
+ },
31
+ "resources" : {
32
+ "bugtracker" : {
33
+ "web" : " http://github.com/adjust/wltree/issues"
34
+ },
35
+ "repository" : {
36
+ "url" : " git://github.com/adjust/wltree.git" ,
37
+ "web" : " http://github.com/adjust/wltree" ,
38
+ "type" : " git"
39
+ }
40
+ }
41
+ }
You can’t perform that action at this time.
0 commit comments