mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:26:51 +08:00
53456892f3
* Fix zeromq mingw build issues * upd. zeromq port version (5 to 6) * upd. zeromq version files * Made dynamically set and declared flags based on VCPKG_LIBRARY_LINKAGE more explicit * Update version database * I mean * version * Update ports/zeromq/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * upd. zeromq version * revert WITH_PERF_TOOLS changes * upd. zeromq version * reset zeromq BUILD_TESTS option to ZMQ_BUILD_TESTS CACHE var * upd. zeromq version Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
34 lines
866 B
JSON
34 lines
866 B
JSON
{
|
|
"name": "zeromq",
|
|
"version": "4.3.4",
|
|
"port-version": 6,
|
|
"description": "The ZeroMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products",
|
|
"homepage": "https://github.com/zeromq/libzmq",
|
|
"license": "LGPL-3.0-only",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"draft": {
|
|
"description": "Build and install draft APIs"
|
|
},
|
|
"sodium": {
|
|
"description": "Using libsodium for CURVE security",
|
|
"dependencies": [
|
|
"libsodium"
|
|
]
|
|
},
|
|
"websockets-sha1": {
|
|
"description": "Enable WebSocket transport through builtin sha1 (libzmq#3676)"
|
|
}
|
|
}
|
|
}
|