vcpkg/ports/trantor/vcpkg.json
An Tao 36de5f9de5
[trantor] Update to 1.5.3 (#21728)
* [trantor] Update to 1.5.3

* format

* version
2021-11-29 12:02:15 -08:00

19 lines
373 B
JSON

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