-
Notifications
You must be signed in to change notification settings - Fork 1
/
META.json
48 lines (45 loc) · 1.05 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
{
"name": "cert",
"abstract": "X509 Digital Certificates",
"description": "A long description",
"version": "0.1.1",
"maintainer": "Bear Giles <bgiles@coyotesong.com>",
"license": "postgresql",
"prereqs": {
"runtime": {
"requires": {
"bignum": "0.8.0"
}
}
},
"provides": {
"cert": {
"abstract": "X509 Digital Certificates",
"file": "sql/cert.sql",
"docfile": "doc/cert.md",
"version": "0.1.1"
}
},
"release_status": "unstable",
"resources": {
"repository": {
"url": "https://github.com/beargiles/pg-cert",
"web": "https://github.com/beargiles/pg-cert",
"type": "git"
}
},
"generated_by": "Bear Giles <bgiles@coyotesong.com>",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"security",
"digital certificates",
"x509",
"x.509",
"user-defined type",
"UDT",
"OpenSSL"
]
}