mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 14:59:03 +08:00
16 lines
306 B
JSON
16 lines
306 B
JSON
|
{
|
||
|
"name": "cppzmq",
|
||
|
"version": "4.7.1",
|
||
|
"port-version": 2,
|
||
|
"description": "lightweight messaging kernel, C++ bindings",
|
||
|
"homepage": "https://github.com/zeromq/cppzmq",
|
||
|
"dependencies": [
|
||
|
"zeromq"
|
||
|
],
|
||
|
"features": {
|
||
|
"draft": {
|
||
|
"description": "Build and install draft"
|
||
|
}
|
||
|
}
|
||
|
}
|