blob: f79a890baf85cc3110f347dd5e8b9db6262363f4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"name": "librabbitmq",
"version-string": "2020-06-03",
"port-version": 1,
"description": "A C-language AMQP client library for use with v2.0+ of the RabbitMQ broker.",
"homepage": "https://github.com/alanxz/rabbitmq-c",
"dependencies": [
"openssl"
]
}
|