-
Notifications
You must be signed in to change notification settings - Fork 6
/
META.json
43 lines (43 loc) · 973 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
41
42
43
{
"name": "git_fdw",
"abstract": "PostgreSQL Git Foreign Data Wrapper",
"description": "PostgreSQL Git Foreign Data Wrapper",
"version": "1.1.0",
"maintainer": [
"Franck Verrot <[email protected]>"
],
"license": "mit",
"resources": {
"bugtracker": {
"web": "http://github.com/franckverrot/git_fdw/issues/"
},
"repository": {
"url": "git://github.com/franckverrot/git_fdw.git",
"web": "http://github.com/franckverrot/git_fdw",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"git",
"fdw"
],
"provides": {
"git_fdw": {
"abstract": "git_fdw is a Git Foreign Data Wrapper for PostgreSQL written in C",
"file": "git_fdw--1.1.0.sql",
"docfile": "README.md",
"version": "1.1.0"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.4.0"
}
}
}
}