-
Notifications
You must be signed in to change notification settings - Fork 15
/
META.json
34 lines (34 loc) · 927 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
{
"name": "pgxn_utils",
"abstract": "pgxn-utils is a development tool to create PostgreSQL extensions",
"description": "pgxn-utils provides a set of tasks that help developers to create PostgreSQL extensions, putting the extension's files in the recommended places and helping to bundle and release them to PGXN.",
"version": "0.1.6",
"maintainer": "Dickson S. Guedes <[email protected]>",
"license": "postgresql",
"release_status": "stable",
"resources": {
"repository": {
"url": "git://github.com/guedes/pgxn-utils.git",
"web": "https://github.com/guedes/pgxn-utils",
"type": "git"
},
"bugtracker": {
"web": "https://github.com/guedes/pgxn-utils/issues"
}
},
"provides": {
"pgxn_utils": {
"file": "pgxn_utils",
"version": "0.1.6"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"automation",
"tools",
"extension tools"
]
}