-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMETA.json
54 lines (52 loc) · 1.26 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
{
"name": "pgsmtp",
"abstract": "Function to send mail and attach by smtp using plpython",
"description": "Function to send mail and attach by smtp using plpython",
"version": "0.1.1",
"maintainer": [
],
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"prereqs": {
"runtime": {
"requires": {
"plpython": 0,
"PostgreSQL": "9.3.0"
},
"recommends": {
"PostgreSQL": "9.3.0"
}
}
},
"provides": {
"pgsmtp": {
"file": "pgsmtp--0.1.1.sql",
"docfile": "README",
"version": "0.1.1",
"abstract": "Function to send mail and attach by smtp using plpython"
}
}
,
"resources": {
"homepage": "http://anthonysotolongo.wordpress.com",
"bugtracker": {
"mailto": "[email protected]"
},
"repository": {
"url": "https://github.com/asotolongo/pgsmtp.git",
"web": "https://github.com/asotolongo ",
"type": "git"
}
},
"generated_by": "Anthony R. Sotolongo Leon",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"mail",
"plpython"
]
}