blob: 77894d116532219ab6a28bf119cb85df1b949727 (
plain)
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
|
{
"name": "librdkafka",
"version-string": "1.7.0",
"port-version": 1,
"description": "The Apache Kafka C/C++ library",
"homepage": "https://github.com/edenhill/librdkafka",
"features": {
"lz4": {
"description": "Enable external LZ4 library support",
"dependencies": [
"lz4"
]
},
"snappy": {
"description": "Build with snappy"
},
"ssl": {
"description": "Build with OpenSSL",
"dependencies": [
"openssl"
]
},
"zlib": {
"description": "Build with zlib",
"dependencies": [
"zlib"
]
},
"zstd": {
"description": "Build with zstd",
"dependencies": [
"zstd"
]
}
}
}
|