mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 06:29:07 +08:00
18 lines
379 B
JSON
18 lines
379 B
JSON
|
{
|
||
|
"name": "kissnet",
|
||
|
"version-date": "2022-10-18",
|
||
|
"description": "Keep It Simple Stupid NETwork - C++17 wrapping of your OS's native socket API",
|
||
|
"homepage": "https://github.com/Ybalrid/kissnet",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|