vcpkg/ports/cppzmq/vcpkg.json
MonicaLiu e2910c42c0
[cppzmq] Update to 4.10.0 (#34084)
* update cppzmq

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-09-28 22:26:33 -07:00

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