1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/devel/tevent/pkg-descr
Timur I. Bakeyev ff368cb1d9 Adding slave ports for the net/samba4-devel. We are installing this
libraries separately, so they can be used by other ports.
2009-07-12 21:40:50 +00:00

9 lines
330 B
Plaintext

tevent is a simple library that can handle the main event loop for an
application. It supports three kinds of events: timed events, file
descriptors becoming readable or writable and signals.
Talloc is used for memory management, both internally and for private
data provided by users of the library.
WWW: http://www.samba.org/