2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "evpp",
|
2022-06-24 06:29:07 +08:00
|
|
|
"version": "0.7.0",
|
2022-07-15 05:56:20 +08:00
|
|
|
"port-version": 7,
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "A modern C++ network library based on libevent for developing high performance network services in TCP/UDP/HTTP protocols.",
|
|
|
|
"homepage": "https://github.com/Qihoo360/evpp",
|
2022-07-15 05:56:20 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "boost-lockfree",
|
|
|
|
"platform": "!windows"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "concurrentqueue",
|
|
|
|
"platform": "!windows"
|
|
|
|
},
|
|
|
|
"glog",
|
|
|
|
{
|
|
|
|
"name": "libevent",
|
|
|
|
"features": [
|
|
|
|
"openssl"
|
2022-07-15 05:56:20 +08:00
|
|
|
]
|
2021-09-09 16:24:04 +08:00
|
|
|
},
|
2022-07-15 05:56:20 +08:00
|
|
|
"rapidjson",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
]
|
|
|
|
}
|