-
Notifications
You must be signed in to change notification settings - Fork 2
/
META.json
50 lines (50 loc) · 1.29 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": "TrunkFingerprint",
"abstract": "This thing calculates a fingerprint of DB structure",
"description": "This thing calculates a fingerprint of DB structure",
"version": "1.1.8",
"maintainer": "Alexey Bashtanov <[email protected]>",
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": ">= 10.0"
},
"recommends": {
"PostgreSQL": "< 14"
}
}
},
"provides": {
"trunkfingerprint": {
"file": "trunkfingerprint--1.1.8.sql",
"docfile": "README.md",
"version": "1.1.8"
}
},
"release_status": "stable",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"fingerprint",
"structure",
"hash",
"comparison"
],
"resources": {
"homepage": "http://github.com/bashtanov/trunkfingerprint",
"bugtracker": {
"web": "http://github.com/bashtanov/trunkfingerprint/issues",
"mailto": "[email protected]"
},
"repository": {
"url": "https://github.com/bashtanov/trunkfingerprint.git",
"web": "https://github.com/bashtanov/trunkfingerprint",
"type": "git"
}
}
}