-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMETA.json
51 lines (51 loc) · 1.37 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
{
"name": "pg_diffix",
"abstract": "A PostgreSQL extension for strong dynamic anonymization.",
"description": "Diffix is a bundled set of mechanisms for anonymizing structured data. Open Diffix is a project to make Diffix anonymization free and open. More details at open-diffix.org.",
"version": "1.2.0",
"maintainer": "Open Diffix <[email protected]>",
"license": {
"restricted": "https://github.com/diffix/pg_diffix/blob/master/LICENSE.md"
},
"release_status": "stable",
"provides": {
"pg_diffix": {
"abstract": "A PostgreSQL extension for strong dynamic anonymization.",
"file": "src/pg_diffix.c",
"docfile": "docs/user_guide.md",
"version": "1.2.0"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "13.0.0"
}
}
},
"resources": {
"homepage": "https://open-diffix.org/",
"bugtracker": {
"web": "https://github.com/diffix/pg_diffix/issues",
"mailto": "[email protected]"
},
"repository": {
"url": "git://github.com/diffix/pg_diffix.git",
"web": "https://github.com/diffix/pg_diffix/",
"type": "git"
}
},
"tags": [
"anonymity",
"anonymous",
"anonymization",
"anonymize",
"privacy",
"privacy-protection",
"privacy-tools"
],
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
}
}