vcpkg/ports/zeromq/vcpkg.json
LilyWangLL 04cca61703
[zeromq] Cherry pick patches to fix build issues (#22681)
* [zeromq] Update to 2022-01-19

* update version

* [zeromq] update license

* update version

* [zeromq] update commit

* update version

* [zeromq] update vcpkg.json

* update version

* Update versions/z-/zeromq.json

* update portfile.cmake

* update version

* resolve conflicts

* update version

* update patch name

* update version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2022-01-27 08:08:27 -08:00

34 lines
866 B
JSON

{
"name": "zeromq",
"version": "4.3.4",
"port-version": 4,
"description": "The ZeroMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products",
"homepage": "https://github.com/zeromq/libzmq",
"license": "LGPL-3.0-only",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"draft": {
"description": "Build and install draft APIs"
},
"sodium": {
"description": "Using libsodium for CURVE security",
"dependencies": [
"libsodium"
]
},
"websockets-sha1": {
"description": "Enable WebSocket transport through builtin sha1 (libzmq#3676)"
}
}
}