vcpkg/ports/netcpp/vcpkg.json
2024-08-27 01:50:59 -07:00

23 lines
427 B
JSON

{
"name": "netcpp",
"version": "0.4.1",
"description": "A simple asynchronous network library",
"homepage": "https://github.com/index1207/netcpp",
"license": "MIT",
"supports": "windows | linux",
"dependencies": [
{
"name": "liburing",
"platform": "linux"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}