vcpkg/ports/kissnet/vcpkg.json
BullyWiiPlaza 41b95a3c7d
[kissnet] create a new port (#27529)
* 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>
2022-11-14 21:32:25 -08:00

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
}
]
}