vcpkg/ports/trantor/vcpkg.json
2022-07-18 13:17:56 -07:00

20 lines
402 B
JSON

{
"name": "trantor",
"version-semver": "1.5.6",
"description": "A non-blocking I/O cross-platform TCP network library, using C++14",
"homepage": "https://github.com/an-tao/trantor",
"license": "BSD-2-Clause",
"dependencies": [
"c-ares",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}