mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 04:19:00 +08:00
61ce3a4566
* Update cppzmq to 4.9.0 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
24 lines
426 B
JSON
24 lines
426 B
JSON
{
|
|
"name": "cppzmq",
|
|
"version": "4.9.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"
|
|
}
|
|
}
|
|
}
|