vcpkg/ports/kissnet/vcpkg.json

18 lines
379 B
JSON
Raw Normal View History

{
"name": "kissnet",
"version-date": "2023-02-04",
"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
}
]
}