Open luizfernandonb opened 3 years ago
Welcome to make a PR.
Welcome to make a PR.
Is your library compatible with libuv? libev is only compatible with Linux, there is no easy way to compile it using CMake, and libev is already quite old and not very up to date
I extremely like using libev.
libev tries to do one thing only (POSIX event library), and this in the most efficient way possible.
And libev's api is very succinct and use flexible.
I extremely like using libev.
libev tries to do one thing only (POSIX event library), and this in the most efficient way possible.
And libev's api is very succinct and use flexible.
So I believe that it will not be possible to port your library to Windows, libev is only compatible with POSIX from what I looked and researched :/
Do you intend to make the library available to be installed via vcpkg? It would be much easier and more practical and besides it would be available for installation for both Linux and Windows