mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 21:39:18 +08:00
73351a37f9
* [trantor] Update to 1.5.7 * [drogon] Update to 1.8.1 * Remove redis.patch
20 lines
402 B
JSON
20 lines
402 B
JSON
{
|
|
"name": "trantor",
|
|
"version-semver": "1.5.7",
|
|
"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
|
|
}
|
|
]
|
|
}
|