26 lines
492 B
JSON
26 lines
492 B
JSON
{
|
|
"type": "BINARY",
|
|
"group-id": "org.zmq",
|
|
"description": "zmq:zmq-proxy-thr library",
|
|
"source": [
|
|
"libzmq/perf/proxy_thr.cpp"
|
|
],
|
|
"version":"file://version.txt",
|
|
"flag": {
|
|
"c++": [
|
|
"-DZMQ_CUSTOM_PLATFORM_HPP",
|
|
"-D_GNU_SOURCE",
|
|
"-D_THREAD_SAFE"
|
|
]
|
|
},
|
|
"dependency": [
|
|
"z",
|
|
"m",
|
|
"zmq",
|
|
"gnutls",
|
|
"bsd",
|
|
"sodium",
|
|
"pthread",
|
|
"rt"
|
|
]
|
|
} |