zeek/auxil/vcpkg/ports/evpp/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

35 lines
702 B
JSON

{
"name": "evpp",
"version": "0.7.0",
"port-version": 8,
"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
}
]
}