diff options
| author | Ankush Singh <11595119+thewisebro@users.noreply.github.com> | 2020-06-02 07:40:23 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-01 19:10:23 -0700 |
| commit | f5676127ee28ade462b01e6f969689fc8dece3ae (patch) | |
| tree | 1ba613730da542791ab7eb3c6a836a72ec5e955d /ports/sockpp/CONTROL | |
| parent | e7041e1ef6f61ef01cee0eed90308930258ba457 (diff) | |
| download | vcpkg-f5676127ee28ade462b01e6f969689fc8dece3ae.tar.gz vcpkg-f5676127ee28ade462b01e6f969689fc8dece3ae.zip | |
[sockpp] Add new port (#11562)
* [sockpp] Add new port
* [sockpp] Address review comments
* [sockpp] Update ci.baseline
* [sockpp] Fix typo
* [sockpp] Fix sockppConfig.cmake
Diffstat (limited to 'ports/sockpp/CONTROL')
| -rw-r--r-- | ports/sockpp/CONTROL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/sockpp/CONTROL b/ports/sockpp/CONTROL new file mode 100644 index 000000000..90ad9f787 --- /dev/null +++ b/ports/sockpp/CONTROL @@ -0,0 +1,5 @@ +Source: sockpp +Version: 0.7 +Homepage: https://github.com/fpagliughi/sockpp +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. +Supports: !uwp |
