-
Notifications
You must be signed in to change notification settings - Fork 13
/
META.json
51 lines (51 loc) · 1.2 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": "acl",
"abstract": "Acess Control List (ACL) Extension",
"description": "This extension provides support for ACL type.",
"version": "1.0.4",
"release_status": "stable",
"maintainer": [
"Vladislav Arkhipov <vlad@arkhipov.ru>"
],
"license": "bsd",
"provides": {
"acl": {
"abstract": "Access Control List (ACL) Extension",
"file": "acl--1.0.4.sql",
"docfile": "acl.md",
"version": "1.0.4"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": ">= 9.1.0"
}
}
},
"resources": {
"homepage": "https://arkhipov.ru",
"repository": {
"url": "https://github.com/arkhipov/acl.git",
"web": "https://github.com/arkhipov/acl",
"type": "git"
},
"bugtracker": {
"web": "https://github.com/arkhipov/acl/issues"
}
},
"generated_by": "Vladislav Arkhipov",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"acl",
"access control list",
"fine-grained security",
"ace",
"security",
"row-level security",
"access control"
]
}