mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:29:01 +08:00
41b95a3c7d
* Add port kissnet * Small fixes again according to the GitHub bot * Update ports/kissnet/portfile.cmake Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * Bump port version * Update ports/kissnet/portfile.cmake Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * Overwrite version * Only copy header and add usage * Add version * Update ports/kissnet/portfile.cmake Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * version * vdb * Add quotes, remove 'add 1 to x' comments. Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> Co-authored-by: FrankXie <v-frankxie@microsoft.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
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
|
|
}
|
|
]
|
|
}
|