mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:19:08 +08:00
3a6ad4bc7a
* [evpp] Export unofficial config and target file * x-add-version * Update patch * x-add-version evpp --overwrite-version * update patch * x-add-version * Add CONFIG in find_dependency() * Modify patch * separate patch * Update path Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
35 lines
702 B
JSON
35 lines
702 B
JSON
{
|
|
"name": "evpp",
|
|
"version": "0.7.0",
|
|
"port-version": 7,
|
|
"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",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "boost-lockfree",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "concurrentqueue",
|
|
"platform": "!windows"
|
|
},
|
|
"glog",
|
|
{
|
|
"name": "libevent",
|
|
"features": [
|
|
"openssl"
|
|
]
|
|
},
|
|
"rapidjson",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|