-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathMETA.json
More file actions
35 lines (35 loc) · 879 Bytes
/
META.json
File metadata and controls
35 lines (35 loc) · 879 Bytes
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": "url_encode",
"abstract": "A url_encode, url_decode functions",
"version": "1.2.4",
"maintainer": "Pavel Stehule <pavel.stehule@gmail.com>",
"license": "postgresql",
"provides":{
"url_encode":{
"abstract":"url_enocode, url_decode functions",
"version":"1.2.4",
"file":"sql/url_encode--1.2.sql",
"docfile":"README.md"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.1.0",
"plpgsql": 0
}
}
},
"resources": {
"repository": {
"url": "https://github.com/okbob/url_encode",
"web": "https://github.com/okbob/url_encode/blob/master/README.md",
"type": "git"
}
},
"generated_by": "Pavel Stehule",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
}
}