mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 12:49:01 +08:00
078f136afc
* glog upgrade
* tmp
* is glog initialized
* fix glog dependency
* fix glog dependency
* fix folly abort call
* delete buildtrees
* fix folly abort call
* delete useless lines
* fix caffe2 isglog initialized
* make patches shorter
* glog fix typo
* glog fix tab
* Remove cpp patch since we don't need it
* Revert 6b8759a860
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
31 lines
641 B
JSON
31 lines
641 B
JSON
{
|
|
"name": "evpp",
|
|
"version": "0.7.0",
|
|
"port-version": 6,
|
|
"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",
|
|
"dependencies": [
|
|
{
|
|
"name": "boost-lockfree",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "concurrentqueue",
|
|
"platform": "!windows"
|
|
},
|
|
"glog",
|
|
{
|
|
"name": "libevent",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "libevent",
|
|
"features": [
|
|
"openssl"
|
|
],
|
|
"platform": "!windows"
|
|
},
|
|
"rapidjson"
|
|
]
|
|
}
|