mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:31:37 +08:00
23 lines
427 B
JSON
23 lines
427 B
JSON
{
|
|
"name": "netcpp",
|
|
"version": "0.5.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|