2021-07-27 02:07:10 +08:00
{
"name" : "zeromq" ,
2023-03-02 01:56:45 +08:00
"version-date" : "2023-01-31" ,
2023-04-28 06:05:34 +08:00
"port-version" : 4 ,
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"
]
} ,
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
}
}
}