mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:29:06 +08:00
4a405540d6
Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
20 lines
370 B
JSON
20 lines
370 B
JSON
{
|
|
"name": "netcpp",
|
|
"version": "0.3.4",
|
|
"description": "A simple asynchronous network library",
|
|
"homepage": "https://github.com/index1207/netcpp",
|
|
"license": "MIT",
|
|
"supports": "windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"winsock2"
|
|
]
|
|
}
|