mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:28:59 +08:00
b9098338e0
* [kissnet] Update version * Update version database
18 lines
379 B
JSON
18 lines
379 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|