vcpkg/ports/netcpp/vcpkg.json

20 lines
370 B
JSON
Raw Normal View History

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