vcpkg/ports/trantor/vcpkg.json
An Tao bf02a3800b
[drogon, trantor] Bump drogon to 1.9.8 and trantor to 1.5.22 (#41807)
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2024-11-17 17:23:02 -08:00

20 lines
403 B
JSON

{
"name": "trantor",
"version-semver": "1.5.22",
"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
}
]
}