-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathMETA.json
52 lines (52 loc) · 1.25 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
49
50
51
52
{
"name": "ddlx",
"abstract": "DDL eXtractor Functions",
"description": "A set of SQL only functions for recreating DDL for objects in a database",
"version": "0.29.0",
"maintainer": [
"Ziga Kranjec <ziga@ljudmila.org>"
],
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"prereqs": {
"runtime": {
"requires": {
"plpgsql": 0,
"PostgreSQL": "9.1.0"
},
"recommends": {
"PostgreSQL": "10.0.0"
}
}
},
"provides": {
"pgddl": {
"file": "ddlx.sql",
"docfile": "README.md",
"version": "0.29.0",
"abstract": "DDL eXtractor Functions"
}
},
"resources": {
"homepage": "https://github.com/lacanoid/pgddl/wiki",
"bugtracker": {
"web": "https://github.com/lacanoid/pgddl/issues"
},
"repository": {
"url": "https://github.com/lacanoid/pgddl.git",
"web": "https://github.com/lacanoid/pgddl",
"type": "git"
}
},
"generated_by": "Ziga Kranjec <ziga@ljudmila.org>",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"administration",
"ddl",
"meta"
]
}