2021-07-27 02:07:10 +08:00
{
"name" : "zeromq" ,
2023-06-27 11:28:25 +08:00
"version-date" : "2023-06-20" ,
2023-06-30 05:42:28 +08:00
"port-version" : 1 ,
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" ,
2023-06-27 11:28:25 +08:00
"license" : "MPL-2.0" ,
2023-06-16 05:49:00 +08:00
"supports" : "!uwp & !xbox" ,
2021-07-27 02:07:10 +08:00
"dependencies" : [
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
] ,
"features" : {
2023-06-30 05:42:28 +08:00
"curve" : {
"description" : "Enable CURVE security"
} ,
2021-07-27 02:07:10 +08:00
"draft" : {
"description" : "Build and install draft APIs"
} ,
"sodium" : {
"description" : "Using libsodium for CURVE security" ,
"dependencies" : [
2023-06-30 05:42:28 +08:00
"libsodium" ,
{
"name" : "zeromq" ,
"default-features" : false ,
"features" : [
"curve"
]
}
2021-07-27 02:07:10 +08:00
]
} ,
2023-03-30 07:36:08 +08:00
"websockets" : {
"description" : "Enable WebSocket transport"
} ,
"websockets-secure" : {
"description" : "Enable WebSocket transport with TSL (wss)" ,
"dependencies" : [
"libgnutls" ,
{
"name" : "zeromq" ,
"default-features" : false ,
"features" : [
"websockets"
]
}
]
2021-07-27 02:07:10 +08:00
}
}
}