vcpkg/ports/netcpp/vcpkg.json
한태현 4a405540d6
[netcpp] new port (#40245)
Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
2024-08-06 00:44:46 -07:00

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"
]
}