mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
e2910c42c0
* update cppzmq * update version --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
33 lines
601 B
JSON
33 lines
601 B
JSON
{
|
|
"name": "cppzmq",
|
|
"version": "4.10.0",
|
|
"description": "Header-only C++ binding for ZeroMQ",
|
|
"homepage": "https://github.com/zeromq/cppzmq",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zeromq"
|
|
],
|
|
"features": {
|
|
"draft": {
|
|
"description": "Build and install draft",
|
|
"dependencies": [
|
|
{
|
|
"name": "zeromq",
|
|
"default-features": false,
|
|
"features": [
|
|
"draft"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|