-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMETA.json
35 lines (33 loc) · 1.28 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
{
"name": "format",
"abstract": "A string formatting fuction which takes named parameters",
"description": "This `format` function produces output formatted according to a format string (in a style similar to the C function `sprintf`). This `format` is an extension of the built-in `format` function, as it is string interpolation with named format parameters.",
"version": "0.0.1",
"maintainer": "Melanie Plageman <[email protected]>",
"license": "postgresql",
"provides": {
"format": {
"abstract": "A string formatting function which takes named parameters",
"file": "sql/format.sql",
"docfile": "doc/format.md",
"version": "0.0.1"
}
},
"tags": [ "format", "string interpolation", "named parameters" ],
"release_status": "unstable",
"resources": {
"bugtracker": {
"web": "http://github.com/melanieplageman/format/issues"
},
"repository": {
"url": "git://github.com/melanieplageman/format.git",
"web": "http://github.com/melanieplageman/format",
"type": "git"
}
},
"generated_by": "Melanie Plageman",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
}
}