forked from omniti-labs/pg_amqp
-
Notifications
You must be signed in to change notification settings - Fork 3
/
META.json
46 lines (45 loc) · 1.26 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_amqp",
"abstract": "AMQP protocol support for PostgreSQL",
"version": "0.4.2",
"description": "The pg_amqp package provides the ability for postgres statements to directly publish messages to an AMQP broker.",
"maintainer":
[ "Theo Schlossnagle <[email protected]>", "Keith Fiske <[email protected]", "Marcello Ceschia <[email protected]>" ]
"license": [ "bsd", "mozilla_1_0" ],
"generated_by": "Keith Fiske",
"status": "stable",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.1.0"
}
}
},
"provides": {
"amqp": {
"file": "sql/amqp--0.4.2.sql",
"docfile": "doc/amqp.md",
"version": "0.4.2",
"abstract": "AMQP protocol support for PostgreSQL"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/omniti-labs/pg_amqp/issues"
},
"repository": {
"url": "git://github.com/omniti-labs/pg_amqp.git",
"web": "https://github.com/omniti-labs/pg_amqp",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"amqp",
"rabbitmq",
"queue"
]
}