forked from beargiles/passwd-fdw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
35 lines (32 loc) · 1018 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
{
"name": "passwd-fdw",
"abstract": "A Foreign Data Wrapper (FDW) for unix/linux user database",
"description": "A FDW for the user database in /etc/passwd and /etc/group",
"version": "0.4.0",
"maintainer": "Bear Giles <[email protected]>",
"license": "postgresql",
"provides": {
"passwd-fdw": {
"abstract": "A short description",
"file": "sql/passwd-fdw.sql",
"docfile": "doc/passwd-fdw.md",
"version": "0.4.0"
}
},
"release_status": "unstable",
"resources": {
"bugtracker": {
"web": "https://github.com/beargiles/passwd-fdw"
},
"repository": {
"url": "git://github.com/beargiles/passwd-fdw.git",
"web": "https://github.com/beargiles/passwd-fdw",
"type": "git"
}
},
"generated_by": "Bear Giles <[email protected]>",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
}
}