vcpkg/ports/netcpp/vcpkg.json

23 lines
427 B
JSON
Raw Normal View History

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