vcpkg/ports/czmq/vcpkg.json
myd7349 9624235c56
[czmq] Update to v4.2.1 (#17989)
* [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
2021-07-15 14:55:58 -07:00

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"
}
]
}
}
}