-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
META.json
44 lines (44 loc) · 1.06 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
{
"name": "pgpdf",
"abstract": "PDF Type for Postgres",
"version": "0.1.0",
"maintainer": [
"Florents Tselai <[email protected]>"
],
"license": "gpl_2",
"generated_by": "Florents Tselai",
"release_status": "stable",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "14.0.0"
}
}
},
"provides": {
"pgpdf": {
"file": "sql/pgpdf--0.1.0.sql",
"docfile": "README.md",
"version": "0.1.0",
"abstract": "PDF Type for Postgres"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/Florents-Tselai/pgpdf/issues"
},
"repository": {
"url": "git://github.com/Florents-Tselai/pgpdf.git" ,
"web": "https://github.com/Florents-Tselai/pgpdf",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"pdf",
"documents"
]
}