dermesser / libsocket

The ultimate socket library for C and C++, supporting TCP, UDP and Unix sockets (DGRAM and STREAM) on Linux, FreeBSD, Solaris. See also my uvco library for a refreshed version!
https://borgac.net/~lbo/doc/libsocket/
Other
797 stars 195 forks source link

[Feature request] Add library to vcpkg #76

Closed talregev closed 3 years ago

talregev commented 3 years ago

Hi, can you add your library to vcpkg? It a tool to compile libraries of c and c++ to many platform easily. You can read more about this here: https://github.com/microsoft/vcpkg

talregev commented 3 years ago

another feature request is to convert (or add) the ci to git action. it have Linux, mac and windows vm. and you can test and build and give binaries easily for all this platform (also for android).

talregev commented 3 years ago

Not relevant. libsocket not support windows yet.