mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 22:29:00 +08:00
e7e328cf9d
* [many ports] call vcpkg_fixup_pkgconfig() The ports generate pc files, but don't call vcpkg_fixup_pkgconfig() so that there are absolute paths in the pc files * Update port-version for armadillo and polyclipping. * Update version database. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
33 lines
836 B
JSON
33 lines
836 B
JSON
{
|
|
"name": "zeromq",
|
|
"version": "4.3.4",
|
|
"port-version": 2,
|
|
"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",
|
|
"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)"
|
|
}
|
|
}
|
|
}
|