-
Notifications
You must be signed in to change notification settings - Fork 32
/
META.json
50 lines (50 loc) · 1.33 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
{
"name": "pgsodium",
"abstract": "Postgres extension for libsodium functions",
"description": "pgsodium is a PostgreSQL extension that exposes modern libsodium based cryptographic functions to SQL.",
"version": "3.1.9",
"maintainer": [
"Michel Pelletier <pelletier.michel@gmail.com>"
],
"release_status": "stable",
"license": "postgresql",
"provides": {
"pgsodium": {
"abstract": "Postgres extension for libsodium functions",
"file": "src/pgsodium.h",
"docfile": "README.md",
"version": "3.1.9"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "11.0.0"
}
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/michelp/pgsodium/issues/"
},
"repository": {
"url": "git://github.com/michelp/pgsodium.git",
"web": "https://github.com/michelp/pgsodium/",
"type": "git"
}
},
"generated_by": "David E. Wheeler",
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
},
"tags": [
"sodium",
"crypto",
"cryptography",
"encryption",
"random",
"asymmetric encryption",
"public key"
]
}