vcpkg/ports/evpp/vcpkg.json
Jia Yue Hua 078f136afc
[glog] upgrade to v0.6 (#25312)
* 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>
2022-06-23 15:29:07 -07:00

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"
]
}