tevent

Event system library based on talloc memory management

brewmacoslinux
Try with needOr install directly
Source

About

Event system based on the talloc memory management library

Commands

tevent

Examples

Check tevent library version and installation$ pkg-config --modversion tevent
Display tevent library compilation flags for development$ pkg-config --cflags --libs tevent
Verify tevent library is properly installed and accessible$ pkg-config --exists tevent && echo 'tevent is installed'