vcpkg/ports/sockpp/vcpkg.json
MonicaLiu 43773b7610
[sockpp] Update to 0.8.1 (#32021)
* update sockpp

* update version

* Use the upstream config files

* update git-tree

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-06-16 20:48:32 -07:00

19 lines
529 B
JSON

{
"name": "sockpp",
"version": "0.8.1",
"description": "Simple, modern, C++ socket library. This is a fairly low-level C++ wrapper around the Berkeley sockets library using socket, acceptor, and connector classes that are familiar concepts from other languages.",
"homepage": "https://github.com/fpagliughi/sockpp",
"license": "BSD-3-Clause",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}