Netatalk / netatalk

Netatalk is a Free and Open Source AFP fileserver. A *NIX or BSD system running Netatalk is capable of serving many Macintosh clients simultaneously as an AppleShare file server.
https://netatalk.io
GNU General Public License v2.0
334 stars 86 forks source link

Support libev as a libevent alternative #1574

Open rdmark opened 2 hours ago

rdmark commented 2 hours ago

libev claims to be a better and faster libevent, with a libevent emulation layer

However Meson doesn't detect it as such right now, so the dependency check for libevent needs modification at the very least.

http://software.schmorp.de/pkg/libev.html

rdmark commented 2 hours ago

The relevant Debian dev package is libev-libevent-dev