mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:49:01 +08:00
9624235c56
* [czmq] Update to 4.2.1 * [czmq] vcpkg x-add-version czmq * [czmq] Quote paths * [czmq] Overwrite version * [czmq] Fix curl winldap linkage when built as static library * [czmq] Overwrite version * [czmq] Fix dependencies * [czmq] Overwrite version * [czmq] Modernize * [czmq] Overwrite version
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"name": "czmq",
|
|
"version-semver": "4.2.1",
|
|
"description": "High-level C binding for ZeroMQ",
|
|
"homepage": "https://github.com/zeromq/czmq",
|
|
"license": "MPL-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zeromq"
|
|
],
|
|
"features": {
|
|
"curl": {
|
|
"description": "Build with libcurl",
|
|
"dependencies": [
|
|
"curl"
|
|
]
|
|
},
|
|
"draft": {
|
|
"description": "Build and install draft APIs"
|
|
},
|
|
"httpd": {
|
|
"description": "Build with HTTP server support (libmicrohttpd)",
|
|
"dependencies": [
|
|
"libmicrohttpd"
|
|
]
|
|
},
|
|
"lz4": {
|
|
"description": "Build with lz4",
|
|
"dependencies": [
|
|
"lz4"
|
|
]
|
|
},
|
|
"tool": {
|
|
"description": "Build and install czmq tools (zmakecert)"
|
|
},
|
|
"uuid": {
|
|
"description": "Build with libuuid",
|
|
"dependencies": [
|
|
{
|
|
"name": "libuuid",
|
|
"platform": "!windows & !uwp & !osx"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|