mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 10:19:01 +08:00
64d79c9a9e
* Update cppzmq to 4.8.1 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
23 lines
414 B
JSON
23 lines
414 B
JSON
{
|
|
"name": "cppzmq",
|
|
"version": "4.8.1",
|
|
"description": "lightweight messaging kernel, C++ bindings",
|
|
"homepage": "https://github.com/zeromq/cppzmq",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zeromq"
|
|
],
|
|
"features": {
|
|
"draft": {
|
|
"description": "Build and install draft"
|
|
}
|
|
}
|
|
}
|