vcpkg/ports/cppzmq/vcpkg.json
chausner 61ce3a4566
[cppzmq] Update to 4.9.0 (#29104)
* Update cppzmq to 4.9.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-24 00:46:36 -08:00

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