-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMETA.json
46 lines (46 loc) · 1.16 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
{
"name": "pg_kaboom",
"abstract": "Devious SQL-based SQL tools to crash your PostgreSQL server",
"description": "Fault Injection Software to generate specific types of crashes in your Postgres server",
"version": "0.0.1",
"maintainer": [
"David Christensen <[email protected]>"
],
"license": "apache_2_0",
"provides": {
"pg_kaboom": {
"abstract": "Blow things up in interesting and useful^W^W ways",
"file": "pg_kaboom.c",
"docfile": "README.md",
"version": "0.0.1"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "12.0.0"
}
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/pgguru/pg_kaboom/issues/"
},
"repository": {
"url": "git://github.com/pgguru/pg_kaboom.git",
"web": "https://github.com/pgguru/pg_kaboom/",
"type": "git"
}
},
"generated_by": "David Christensen",
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
},
"tags": [
"kaboom",
"crash",
"testing",
"failover"
]
}