-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathMETA.json
47 lines (47 loc) · 1.3 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
{
"name": "firebird_fdw",
"abstract": "A PostgreSQL foreign data wrapper (FDW) for Firebird",
"version": "1.5.0",
"release_status": "stable",
"maintainer": "Ian Barwick <[email protected]>",
"license": {
"PostgreSQL": "https://www.postgresql.org/about/licence"
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "10.0"
}
}
},
"provides": {
"firebird_fdw": {
"abstract": "A PostgreSQL foreign data wrapper (FDW) for Firebird",
"file": "firebird_fdw--1.5.0.sql",
"docfile": "README.md",
"version": "1.5.0"
}
},
"resources": {
"homepage": "https://sql-info.de/postgresql/firebird-fdw/index.html",
"repository": {
"url": "git://github.com/ibarwick/firebird_fdw.git",
"web": "https://github.com/ibarwick/firebird_fdw",
"type": "git"
},
"bugtracker": {
"web": "https://github.com/ibarwick/firebird_fdw/issues/"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
},
"generated_by": "Ian Barwick",
"tags": [
"foreign data wrapper",
"fdw",
"firebird",
"sql med"
]
}