-
Notifications
You must be signed in to change notification settings - Fork 8
/
META.json
53 lines (53 loc) · 1.5 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "pg_curl",
"abstract": "PostgreSQL cURL allows most curl actions, including data transfer with URL syntax via HTTP, HTTPS, FTP, FTPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTSP and RTMP",
"description": "PostgreSQL cURL allows most curl actions, including data transfer with URL syntax via HTTP, HTTPS, FTP, FTPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTSP and RTMP",
"version": "2.2.2",
"maintainer": "RekGRpth <[email protected]>",
"license": "mit",
"provides": {
"pg_curl": {
"file": "pg_curl--2.2.sql",
"docfile": "README.md",
"version": "2.2.2"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/RekGRpth/pg_curl/issues"
},
"repository": {
"url": "git://github.com/RekGRpth/pg_curl.git",
"web": "https://github.com/RekGRpth/pg_curl",
"type": "git"
}
},
"generated_by": "RekGRpth",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"curl",
"url",
"http",
"https",
"ftp",
"ftps",
"gopher",
"tftp",
"scp",
"sftp",
"smb",
"telnet",
"dict",
"ldap",
"ldaps",
"file",
"imap",
"smtp",
"pop3",
"rtsp",
"rtmp"
]
}