2021-07-27 02:07:10 +08:00
{
"name" : "zeromq" ,
"version" : "4.3.4" ,
2022-06-24 06:07:17 +08:00
"port-version" : 6 ,
2021-07-27 02:07:10 +08:00
"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" ,
2022-01-28 00:08:27 +08:00
"license" : "LGPL-3.0-only" ,
2021-07-27 02:07:10 +08:00
"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)"
}
}
}