mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 02:39:08 +08:00
19 lines
373 B
JSON
19 lines
373 B
JSON
|
{
|
||
|
"name": "trantor",
|
||
|
"version-semver": "1.5.1",
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|