vcpkg/ports/trantor/vcpkg.json
2023-07-25 23:28:18 -07:00

21 lines
424 B
JSON

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