-
Notifications
You must be signed in to change notification settings - Fork 14
/
META.json
50 lines (50 loc) · 1.31 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
{
"name": "mimeo",
"abstract": "Extension for specialized, per-table replication between PostgreSQL databases",
"version": "1.5.1",
"maintainer": [
"Keith Fiske <keith@omniti.com>"
],
"license": "postgresql",
"generated_by": "Keith Fiske",
"release_status": "stable",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.1.0",
"dblink": "1.0.0"
},
"recommends": {
"pg_jobmon": "1.3.2"
}
}
},
"provides": {
"mimeo": {
"file": "sql/mimeo--1.5.1.sql",
"docfile": "doc/mimeo.md",
"version": "1.5.1",
"abstract": "Extension for specialized, per-table replication between PostgreSQL databases"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/omniti-labs/mimeo/issues"
},
"repository": {
"url": "git://github.com/omniti-labs/mimeo.git" ,
"web": "https://github.com/omniti-labs/mimeo",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"replication",
"table",
"per-table",
"logical"
]
}