vcpkg/ports/cppzmq/vcpkg.json
chausner 64d79c9a9e
[cppzmq] Update to 4.8.1 (#20490)
* 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>
2021-10-05 16:14:20 -07:00

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