vcpkg/ports/trantor/vcpkg.json

20 lines
403 B
JSON
Raw Normal View History

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